diff Game.cpp @ 1104:5d5c78088274

strcmpi to stricmp conversion
author Grumpy7
date Mon, 27 May 2013 21:37:14 +0200
parents 7c3772c91c7c
children cf6cd674c398
line wrap: on
line diff
--- a/Game.cpp	Mon May 27 21:30:40 2013 +0200
+++ b/Game.cpp	Mon May 27 21:37:14 2013 +0200
@@ -510,7 +510,7 @@
       pParty->uFallSpeed = 0;
       pParty->field_6E4 = 0;
       pParty->field_6E0 = 0;
-      if ( _strcmpi(Source, pCurrentMapName) )
+      if ( _stricmp(Source, pCurrentMapName) )
       {
         strcpy(pCurrentMapName, Source);
         _5B65A8_npcdata_uflags_or_other = pParty->vPosition.x;