ACCESS: Don't decrease timers whilst text dialogs are showing
This commit is contained in:
parent
abecac94d4
commit
eeb9d63a19
3 changed files with 12 additions and 10 deletions
|
@ -213,7 +213,7 @@ void Scripts::printString(const Common::String &msg) {
|
|||
|
||||
// Wait until the bubble display is expired
|
||||
while (!_vm->shouldQuit() && _vm->_timers[PRINT_TIMER]._flag) {
|
||||
_vm->_events->pollEvents();
|
||||
_vm->_events->pollEvents(true);
|
||||
}
|
||||
|
||||
// Restore the original screen over the text bubble
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue