[Scummvm-cvs-logs] scummvm master -> e7a436545d24298d5da82a011eac1fdcdb35be25

Strangerke Strangerke at scummvm.org
Thu Dec 15 13:52:54 CET 2011


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:
e7a436545d TSAGE: R2R - Fix bug in scene 2700, thanks to fingolfin


Commit: e7a436545d24298d5da82a011eac1fdcdb35be25
    https://github.com/scummvm/scummvm/commit/e7a436545d24298d5da82a011eac1fdcdb35be25
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-12-15T04:52:20-08:00

Commit Message:
TSAGE: R2R - Fix bug in scene 2700, thanks to fingolfin

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes2.cpp b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
index a81aee4..9c6b656 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes2.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
@@ -3633,7 +3633,7 @@ void Scene2700::process(Event &event) {
 				event.handled = true;
 				R2_GLOBALS._player.updateAngle(Common::Point(event.mousePos.x, event.mousePos.y));
 			}
-			if (_sceneMode = 10) {
+			if (_sceneMode == 10) {
 				R2_GLOBALS._player.disableControl();
 				switch (_field412) {
 				case 0:






More information about the Scummvm-git-logs mailing list