[Scummvm-git-logs] scummvm master -> 6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2
dreammaster
paulfgilbert at gmail.com
Fri Aug 30 06:00:48 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6d4e398fb6 XEEN: Nothing here dialogs can now be closed by clicking in scene
Commit: 6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2
https://github.com/scummvm/scummvm/commit/6d4e398fb6d0f4b14cbb636560e9e068cd4be1a2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-08-29T21:00:42-07:00
Commit Message:
XEEN: Nothing here dialogs can now be closed by clicking in scene
Changed paths:
engines/xeen/dialogs/dialogs_query.cpp
diff --git a/engines/xeen/dialogs/dialogs_query.cpp b/engines/xeen/dialogs/dialogs_query.cpp
index 876ddaf..475d512 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");
More information about the Scummvm-git-logs
mailing list