comparison UiGame.cpp @ 1104:5d5c78088274

strcmpi to stricmp conversion
author Grumpy7
date Mon, 27 May 2013 21:37:14 +0200
parents c40d40027b77
children 4339bb88c4f5
comparison
equal deleted inserted replaced
1103:db395ce89ede 1104:5d5c78088274
923 { 923 {
924 v14 = GetEventHintString(v13); 924 v14 = GetEventHintString(v13);
925 v15 = v14; 925 v15 = v14;
926 if ( v14 ) 926 if ( v14 )
927 { 927 {
928 if ( _strcmpi(v14, "") ) 928 if ( _stricmp(v14, "") )
929 v21 = (char *)v15; 929 v21 = (char *)v15;
930 } 930 }
931 } 931 }
932 } 932 }
933 ++v24; 933 ++v24;
2902 v13 = 0; 2902 v13 = 0;
2903 } 2903 }
2904 else 2904 else
2905 { 2905 {
2906 v20 = 0; 2906 v20 = 0;
2907 while ( _strcmpi("spell96", pIconsFrameTable->pIcons[v20 / 0x20].pAnimationName) ) 2907 while ( _stricmp("spell96", pIconsFrameTable->pIcons[v20 / 0x20].pAnimationName) )
2908 { 2908 {
2909 ++v21; 2909 ++v21;
2910 v20 += 32; 2910 v20 += 32;
2911 if ( (signed int)v21 >= (signed int)pIconsFrameTable->uNumIcons ) 2911 if ( (signed int)v21 >= (signed int)pIconsFrameTable->uNumIcons )
2912 goto LABEL_23; 2912 goto LABEL_23;