[Scummvm-cvs-logs] scummvm master -> 355c4d265e990a97f18c1fc825f907cc97945a77

dreammaster dreammaster at scummvm.org
Mon Jun 30 00:28:08 CEST 2014


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:
355c4d265e MADS: Fix using arrow keys in Miranda's maze


Commit: 355c4d265e990a97f18c1fc825f907cc97945a77
    https://github.com/scummvm/scummvm/commit/355c4d265e990a97f18c1fc825f907cc97945a77
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-06-29T18:27:27-04:00

Commit Message:
MADS: Fix using arrow keys in Miranda's maze

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index 29646d1..e2c22bd 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -1919,7 +1919,7 @@ void Scene1200::process(Event &event) {
 			return;
 		}
 	} else if (event.eventType == EVENT_KEYPRESS) {
-		if (_field414 == 0) {
+		if (_field414) {
 			event.handled = false;
 			return;
 		}






More information about the Scummvm-git-logs mailing list