mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
SCUMM: v0-2: Fix subtitle disappearing after pause
This commit is contained in:
parent
3aa5c35faa
commit
be8170e124
@ -412,7 +412,9 @@ Common::KeyState ScummEngine::printMessageAndPause(const char *msg, int color, i
|
||||
if (waitTime) {
|
||||
ScummEngine::drawDirtyScreenParts();
|
||||
waitForBannerInput(waitTime, ks, leftBtnPressed, rightBtnPressed);
|
||||
stopTalk();
|
||||
|
||||
if (!drawOnSentenceLine)
|
||||
stopTalk();
|
||||
}
|
||||
|
||||
if (drawOnSentenceLine) {
|
||||
|
Loading…
Reference in New Issue
Block a user