SCUMM: v0-2: Fix subtitle disappearing after pause

This commit is contained in:
AndywinXp 2024-08-09 00:45:18 +02:00
parent 3aa5c35faa
commit be8170e124

View File

@ -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) {