Skip to content

Commit

Permalink
TSAGE: Fix for walk regions enablement in Blue Force warehouse scene
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 10, 2012
1 parent 5f34256 commit d142606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_scenes9.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit d142606

Please sign in to comment.