mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 14:27:14 +00:00
Make it possible to quit while showing in-game dialogs. (Regression fix.)
svn-id: r12273
This commit is contained in:
parent
58c46a2b92
commit
638231cc59
@ -377,6 +377,9 @@ int Dialog::run() {
|
||||
oldMouseY = newMouseY;
|
||||
|
||||
_gui->_vm->_system->delay_msecs(20);
|
||||
|
||||
if (_gui->_vm->_quit)
|
||||
setResult(0);
|
||||
}
|
||||
|
||||
return _result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user