Bugfix for displaying text messages when an auto tracking (cut-scene) changes to a user wait

svn-id: r42048
This commit is contained in:
Paul Gilbert 2009-07-03 06:21:04 +00:00
parent 3190bf68f2
commit d81bbae875

View File

@ -1917,8 +1917,12 @@ void CruiseEngine::mainLoop(void) {
char* pText = getText(autoMsg, autoOvl);
if (strlen(pText))
if (strlen(pText)) {
userWait = 1;
mainDraw(0);
flipScreen();
}
}
changeScriptParamInList(-1, -1, &relHead, 9998, 0);