mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
XEEN: Nothing here dialogs can now be closed by clicking in scene
This commit is contained in:
parent
bbd663d366
commit
6d4e398fb6
@ -113,6 +113,7 @@ bool YesNo::execute(bool type, bool townFlag) {
|
||||
Mode oldMode = _vm->_mode;
|
||||
_vm->_mode = oldMode == MODE_7 ? MODE_8 : MODE_7;
|
||||
events.clearEvents();
|
||||
setWaitBounds();
|
||||
|
||||
if (!type) {
|
||||
confirmSprites.load("confirm.icn");
|
||||
|
Loading…
Reference in New Issue
Block a user