[Scummvm-cvs-logs] scummvm master -> 7bd33ec8eaf8309373ba4e25baa4f40878a8cfc5

dreammaster dreammaster at scummvm.org
Thu Nov 14 04:21:34 CET 2013


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:
7bd33ec8ea TSAGE: Fix for walk regions around R2R intact spaceport ship


Commit: 7bd33ec8eaf8309373ba4e25baa4f40878a8cfc5
    https://github.com/scummvm/scummvm/commit/7bd33ec8eaf8309373ba4e25baa4f40878a8cfc5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-13T19:20:28-08:00

Commit Message:
TSAGE: Fix for walk regions around R2R intact spaceport ship

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 2aace72..e4fc759 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -8782,7 +8782,7 @@ void Scene1550::enterArea() {
 		}
 	}
 
-	if (R2_GLOBALS._sceneManager._sceneNumber == 1234)
+	if (_screenNumber == 1234)
 		_walkRegionsId = 1576;
 
 	if (_wallType == 0) {






More information about the Scummvm-git-logs mailing list