comparison mm7_3.cpp @ 1163:3d96daa7e069

Merge
author Grumpy7
date Tue, 04 Jun 2013 01:41:12 +0200
parents 502b8b2e36b4
children 29a8defbad9e
comparison
equal deleted inserted replaced
1162:79fd2fb7a3ab 1163:3d96daa7e069
13891 else 13891 else
13892 pArray[v3 / 8] &= ~set_bit; 13892 pArray[v3 / 8] &= ~set_bit;
13893 } 13893 }
13894 13894
13895 //----- (0044C175) -------------------------------------------------------- 13895 //----- (0044C175) --------------------------------------------------------
13896 void __fastcall ShowStatusBarString(const char *pString, unsigned int uNumSeconds) 13896 void ShowStatusBarString( const char *pString, unsigned int uNumSeconds )
13897 { 13897 {
13898 unsigned int v2; // esi@1 13898 unsigned int v2; // esi@1
13899 int i; // eax@1 13899 int i; // eax@1
13900 13900
13901 v2 = uNumSeconds; 13901 v2 = uNumSeconds;
13902 strcpy(GameUI_Footer_TimedString, pString); 13902 strcpy(GameUI_Footer_TimedString, pString);