diff options
author | Paul Gilbert | 2019-08-29 21:00:42 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-08-29 21:00:42 -0700 |
commit | 6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2 (patch) | |
tree | 8a8ae282220937845f60893e1bf7e057a2cedb3f /engines | |
parent | bbd663d3661c5daf4ae04071e3d3326ef4709143 (diff) | |
download | scummvm-rg350-6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2.tar.gz scummvm-rg350-6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2.tar.bz2 scummvm-rg350-6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2.zip |
XEEN: Nothing here dialogs can now be closed by clicking in scene
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/dialogs/dialogs_query.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/dialogs/dialogs_query.cpp b/engines/xeen/dialogs/dialogs_query.cpp index 876ddafc2b..475d5129c9 100644 --- a/engines/xeen/dialogs/dialogs_query.cpp +++ b/engines/xeen/dialogs/dialogs_query.cpp @@ -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"); |