[Scummvm-cvs-logs] scummvm master -> 00109d28d599ab795e36a262214ff99dd836eaee

Strangerke Strangerke at scummvm.org
Thu Aug 22 22:55:42 CEST 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:
00109d28d5 TSAGE: R2R - Fix invalid call to getObjectScene()


Commit: 00109d28d599ab795e36a262214ff99dd836eaee
    https://github.com/scummvm/scummvm/commit/00109d28d599ab795e36a262214ff99dd836eaee
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-08-22T13:54:39-07:00

Commit Message:
TSAGE: R2R - Fix invalid call to getObjectScene()

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 c7ef5bc..4186fc3 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -9868,7 +9868,7 @@ void Scene1580::postInit(SceneObjectList *OwnerList) {
 	}
 
 	_actor4.postInit();
-	if (R2_INVENTORY.getObjectScene(58) == 0) {
+	if (R2_GLOBALS.getFlag(58) == 0) {
 		_actor4.setup(1580, 5, 1);
 		_actor4.setDetails(1550, 80, -1, -1, 1, (SceneItem *) NULL);
 	} else {






More information about the Scummvm-git-logs mailing list