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

Strangerke Strangerke at scummvm.org
Sun Feb 9 00:52:05 CET 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:
fd576f1e94 TSAGE: R2R - Fix issue in ScannerDialog


Commit: fd576f1e94b35327d1d2b8a122e24f8d9aa6c8a7
    https://github.com/scummvm/scummvm/commit/fd576f1e94b35327d1d2b8a122e24f8d9aa6c8a7
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-08T15:50:41-08:00

Commit Message:
TSAGE: R2R - Fix issue in ScannerDialog

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



diff --git a/engines/tsage/ringworld2/ringworld2_logic.cpp b/engines/tsage/ringworld2/ringworld2_logic.cpp
index e81fce6..c67e5c1 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.cpp
+++ b/engines/tsage/ringworld2/ringworld2_logic.cpp
@@ -2334,7 +2334,7 @@ void ScannerDialog::Button::reset() {
 		case 1800:
 			if (R2_GLOBALS._rimLocation < 1201)
 				scanner._obj4.setup(4, 3, 3);
-			else if (R2_GLOBALS._rimLocation < 1201)
+			else if (R2_GLOBALS._rimLocation > 1201)
 				scanner._obj4.setup(4, 3, 4);
 			else
 				scanner._obj4.setup(4, 3, 5);






More information about the Scummvm-git-logs mailing list