diff Texture.cpp @ 1104:5d5c78088274

strcmpi to stricmp conversion
author Grumpy7
date Mon, 27 May 2013 21:37:14 +0200
parents c59ac5ea63f5
children a1fd8045ffb1
line wrap: on
line diff
--- a/Texture.cpp	Mon May 27 21:30:40 2013 +0200
+++ b/Texture.cpp	Mon May 27 21:37:14 2013 +0200
@@ -307,7 +307,7 @@
   }
   else
   {
-    while ( _strcmpi(v2->pTextures[v3].pTextureName, Str2) )
+    while ( _stricmp(v2->pTextures[v3].pTextureName, Str2) )
     {
       ++uID;
       ++v3;