diff UI/UICharacter.cpp @ 1838:211dfe2d8db1

changing global char* vars to const char* vars
author Grumpy7
date Fri, 11 Oct 2013 09:19:40 +0200
parents 5f9eeb7bf8e6
children a86c60679949
line wrap: on
line diff
--- a/UI/UICharacter.cpp	Fri Oct 11 07:29:14 2013 +0200
+++ b/UI/UICharacter.cpp	Fri Oct 11 09:19:40 2013 +0200
@@ -1995,7 +1995,7 @@
 void CharacterUI_StatsTab_Draw( Player *player )
 {
   int pY; // ST34_4@4
-  char *pText; // eax@9
+  const char *pText; // eax@9
   const char *a2; // [sp+14h] [bp-Ch]@4
 
   pRenderer->DrawTextureIndexed(8, 8, pIcons_LOD->LoadTexturePtr("fr_stats", TEXTURE_16BIT_PALETTE));