[Scummvm-git-logs] scummvm master -> ef8109850a15a45e6f7f66ea09f43cb8c8f63534

dreammaster dreammaster at scummvm.org
Sun Mar 25 01:41:58 CET 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:
ef8109850a XEEN: Don't pass a turn after opening gates


Commit: ef8109850a15a45e6f7f66ea09f43cb8c8f63534
    https://github.com/scummvm/scummvm/commit/ef8109850a15a45e6f7f66ea09f43cb8c8f63534
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-24T20:38:23-04:00

Commit Message:
XEEN: Don't pass a turn after opening gates

Changed paths:
    engines/xeen/interface.cpp


diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 2574e4a..6c7cc3e 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -312,6 +312,8 @@ void Interface::perform() {
 			scripts.checkEvents();
 			if (_vm->shouldExit())
 				return;
+		} else {
+			clearEvents();
 		}
 	}
 





More information about the Scummvm-git-logs mailing list