TSAGE: R2R - Rename a variable in scene 1100

This commit is contained in:
Strangerke 2013-11-03 22:15:56 +01:00
parent acc8175387
commit a6ca886bc5
2 changed files with 2 additions and 2 deletions

View File

@ -878,7 +878,7 @@ void Scene1100::postInit(SceneObjectList *OwnerList) {
R2_GLOBALS._player._moveDiff = Common::Point(16, 2);
_rightLandslide.setup2(1104, 2, 1, 175, 125, 102, 1);
_object2.setup2(1102, 5, 1, 216, 167, 1, 0);
_purplePlant.setup2(1102, 5, 1, 216, 167, 1, 0);
_leftImpacts.postInit();
_leftImpacts.setup(1113, 2, 1);

View File

@ -117,7 +117,7 @@ public:
SceneActor _runningGuy2;
SceneActor _runningGuy3;
BackgroundSceneObject _rightLandslide;
BackgroundSceneObject _object2;
BackgroundSceneObject _purplePlant;
Seeker _seeker;
Trooper _trooper;
Chief _chief;