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

dreammaster dreammaster at scummvm.org
Sat Mar 10 06:12:47 CET 2012


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:
d142606f75 TSAGE: Fix for walk regions enablement in Blue Force warehouse scene


Commit: d142606f755203bf2e407729840898b0c8ca53d5
    https://github.com/scummvm/scummvm/commit/d142606f755203bf2e407729840898b0c8ca53d5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-03-09T21:11:00-08:00

Commit Message:
TSAGE: Fix for walk regions enablement in Blue Force warehouse scene

Changed paths:
    engines/tsage/blue_force/blueforce_scenes9.cpp



diff --git a/engines/tsage/blue_force/blueforce_scenes9.cpp b/engines/tsage/blue_force/blueforce_scenes9.cpp
index dbea175..2178f31 100644
--- a/engines/tsage/blue_force/blueforce_scenes9.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes9.cpp
@@ -2209,7 +2209,7 @@ void Scene910::postInit(SceneObjectList *OwnerList) {
 		_fakeWall.hide();
 		if (BF_GLOBALS._v4CECC != 2)
 			_yellowCord.setPosition(Common::Point(291, -30));
-		BF_GLOBALS._walkRegions.disableRegion(10);
+		BF_GLOBALS._walkRegions.enableRegion(10);
 	}
 
 	if (BF_GLOBALS._breakerBoxStatusArr[17] != 0) {






More information about the Scummvm-git-logs mailing list