mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
Fixes bug with no gfx update after updateSentenceCommand.
svn-id: r19805
This commit is contained in:
parent
d5e398dcff
commit
882c69ac85
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user