Fixes bug with no gfx update after updateSentenceCommand.

svn-id: r19805
This commit is contained in:
Johannes Schickel 2005-12-18 18:50:15 +00:00
parent d5e398dcff
commit 882c69ac85

View File

@ -2570,6 +2570,7 @@ void KyraEngine::updateSentenceCommand(char *str1, char *str2, int color) {
strncat(sentenceCommand, str2, 500 - strlen(sentenceCommand));
drawSentenceCommand(sentenceCommand, color);
_screen->updateScreen();
}
void KyraEngine::updateTextFade() {