comparison mm7_3.cpp @ 1470:c987b5ed09af

footer array fix
author zipi
date Mon, 26 Aug 2013 19:11:55 +0100
parents 2ca62c9e7b3c
children 7ef4b64f6329
comparison
equal deleted inserted replaced
1469:bba0944c9b27 1470:c987b5ed09af
7761 strcpy(GameUI_Footer_TimedString.data(), pString); 7761 strcpy(GameUI_Footer_TimedString.data(), pString);
7762 GameUI_Footer_TimeLeft = 1000 * v2 + GetTickCount(); 7762 GameUI_Footer_TimeLeft = 1000 * v2 + GetTickCount();
7763 for ( i = pFontLucida->GetLineWidth(GameUI_Footer_TimedString.data()); 7763 for ( i = pFontLucida->GetLineWidth(GameUI_Footer_TimedString.data());
7764 i > 450; 7764 i > 450;
7765 i = pFontLucida->GetLineWidth(GameUI_Footer_TimedString.data()) ) 7765 i = pFontLucida->GetLineWidth(GameUI_Footer_TimedString.data()) )
7766 byte_5C3427[strlen(GameUI_Footer_TimedString.data())] = 0; 7766 GameUI_Footer_TimedString[strlen(GameUI_Footer_TimedString.data()) - 1] = 0;
7767 } 7767 }
7768 7768
7769 //----- (0044C1D0) -------------------------------------------------------- 7769 //----- (0044C1D0) --------------------------------------------------------
7770 void ShowNothingHereStatus() 7770 void ShowNothingHereStatus()
7771 { 7771 {