[Scummvm-cvs-logs] scummvm master -> 5f6156ddb6f8cd636385266db409a5859e9ef394
Strangerke
Strangerke at scummvm.org
Tue Nov 5 00:56:36 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:
5f6156ddb6 TSAGE: R2R - Disable region 2 in signal()
Commit: 5f6156ddb6f8cd636385266db409a5859e9ef394
https://github.com/scummvm/scummvm/commit/5f6156ddb6f8cd636385266db409a5859e9ef394
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-04T15:55:38-08:00
Commit Message:
TSAGE: R2R - Disable region 2 in signal()
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 ee133ed..42f13f6 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -12292,7 +12292,7 @@ void Scene1850::signal() {
} else if (R2_GLOBALS.getFlag(33)) {
R2_GLOBALS.setFlag(62);
R2_GLOBALS.setFlag(34);
- R2_GLOBALS._walkRegions.enableRegion(2);
+ R2_GLOBALS._walkRegions.disableRegion(2);
_actor2.postInit();
_actor2.setDetails(1850, 6, -1, -1, 5, &_robot);
More information about the Scummvm-git-logs
mailing list