[Scummvm-git-logs] scummvm master -> f2b8942f45987fa8756a60f4f1e65d9ff9b55de9
dreammaster
dreammaster at scummvm.org
Sun Apr 1 04:43:43 CEST 2018
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:
f2b8942f45 XEEN: Prevent 'Nothing here' dialogs disappearing too quickly
Commit: f2b8942f45987fa8756a60f4f1e65d9ff9b55de9
https://github.com/scummvm/scummvm/commit/f2b8942f45987fa8756a60f4f1e65d9ff9b55de9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-31T22:43:40-04:00
Commit Message:
XEEN: Prevent 'Nothing here' dialogs disappearing too quickly
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 3b44b54..876ddaf 100644
--- a/engines/xeen/dialogs/dialogs_query.cpp
+++ b/engines/xeen/dialogs/dialogs_query.cpp
@@ -112,6 +112,7 @@ bool YesNo::execute(bool type, bool townFlag) {
Mode oldMode = _vm->_mode;
_vm->_mode = oldMode == MODE_7 ? MODE_8 : MODE_7;
+ events.clearEvents();
if (!type) {
confirmSprites.load("confirm.icn");
More information about the Scummvm-git-logs
mailing list