ACCESS: Don't decrease timers whilst text dialogs are showing

This commit is contained in:
Paul Gilbert 2014-11-28 14:16:10 -05:00
parent abecac94d4
commit eeb9d63a19
3 changed files with 12 additions and 10 deletions

View file

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