[Scummvm-tracker] [ScummVM :: Bugs] #15293: AGI: LSL1: Insufficient feedback when the same text box is repeated
ScummVM :: Bugs
trac at scummvm.org
Thu Jul 25 18:01:52 UTC 2024
#15293: AGI: LSL1: Insufficient feedback when the same text box is repeated
-------------------------+-----------------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: AGI
Version: | Resolution:
Keywords: | Game: Leisure Suit Larry 1
-------------------------+-----------------------------------
Comment (by eriktorbjorn):
Simplified version of the patch:
{{{
diff --git a/engines/agi/text.cpp b/engines/agi/text.cpp
index 06773598849..2342ca6dd13 100644
--- a/engines/agi/text.cpp
+++ b/engines/agi/text.cpp
@@ -558,6 +558,7 @@ void TextMgr::closeWindow() {
const int16 x = _messageState.backgroundPos_x;
const int16 y = MAX<int16>(0,
_messageState.backgroundPos_y);
_gfx->render_Block(x, y,
_messageState.backgroundSize_Width, _messageState.backgroundSize_Height);
+ _vm->wait(50, false);
}
_messageState.dialogue_Open = false;
_messageState.window_Active = false;
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15293#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list