Mercurial > mm7
diff UI/UiGame.cpp @ 1838:211dfe2d8db1
changing global char* vars to const char* vars
author | Grumpy7 |
---|---|
date | Fri, 11 Oct 2013 09:19:40 +0200 |
parents | 35c1e4ff6ba7 |
children | c1c74df0a33e |
line wrap: on
line diff
--- a/UI/UiGame.cpp Fri Oct 11 07:29:14 2013 +0200 +++ b/UI/UiGame.cpp Fri Oct 11 09:19:40 2013 +0200 @@ -355,7 +355,7 @@ unsigned __int16 pTextColor; // ax@104 GUIWindow window; // [sp+ACh] [bp-68h]@42 GUIFont *pOutString; // [sp+10Ch] [bp-8h]@39 - char *pInString=NULL; // [sp+110h] [bp-4h]@32 + const char *pInString=NULL; // [sp+110h] [bp-4h]@32 if ( !pDialogueWindow ) return; @@ -753,9 +753,9 @@ Texture *v13; // eax@6 PlayerFrame *v15; // eax@12 unsigned int pTextColor; // eax@15 - char *v29; // eax@16 + const char *v29; // eax@16 int v36; // esi@22 - char *v39; // eax@24 + const char *v39; // eax@24 signed int uFramesetID; // [sp+20h] [bp-8h]@9 int uFramesetIDa; // [sp+20h] [bp-8h]@18 @@ -843,7 +843,7 @@ unsigned int pX; // [sp+14h] [bp-18h]@2 unsigned int pY; // edi@9 int pSkillsCount; // ecx@27 - char *pText; // eax@38 + const char *pText; // eax@38 int pFontHeight; // [sp+18h] [bp-14h]@1 pRenderer->DrawTextureIndexed(8, 8, pIcons_LOD->LoadTexturePtr("quikref", TEXTURE_16BIT_PALETTE));