Mercurial > mm7
comparison Outdoor.cpp @ 1104:5d5c78088274
strcmpi to stricmp conversion
author | Grumpy7 |
---|---|
date | Mon, 27 May 2013 21:37:14 +0200 |
parents | e23a79658fc5 |
children | a3ad3f38a7da |
comparison
equal
deleted
inserted
replaced
1103:db395ce89ede | 1104:5d5c78088274 |
---|---|
2699 __int16 v6; // ax@14 | 2699 __int16 v6; // ax@14 |
2700 signed int v8; // [sp+Ch] [bp-4h]@1 | 2700 signed int v8; // [sp+Ch] [bp-4h]@1 |
2701 | 2701 |
2702 v1 = 0; | 2702 v1 = 0; |
2703 v8 = 0; | 2703 v8 = 0; |
2704 if ( !_strcmpi(pCurrentMapName, "out09.odm") ) | 2704 if ( !_stricmp(pCurrentMapName, "out09.odm") ) |
2705 v8 = 1; | 2705 v8 = 1; |
2706 | 2706 |
2707 for (uint i = 0; i < uNumLevelDecorations; ++i) | 2707 for (uint i = 0; i < uNumLevelDecorations; ++i) |
2708 { | 2708 { |
2709 auto decor = pLevelDecorations + i; | 2709 auto decor = pLevelDecorations + i; |