mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-25 03:07:06 +00:00
TSAGE: R2R - Rename a variable in scene 1100
This commit is contained in:
parent
acc8175387
commit
a6ca886bc5
@ -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);
|
||||
|
@ -117,7 +117,7 @@ public:
|
||||
SceneActor _runningGuy2;
|
||||
SceneActor _runningGuy3;
|
||||
BackgroundSceneObject _rightLandslide;
|
||||
BackgroundSceneObject _object2;
|
||||
BackgroundSceneObject _purplePlant;
|
||||
Seeker _seeker;
|
||||
Trooper _trooper;
|
||||
Chief _chief;
|
||||
|
Loading…
Reference in New Issue
Block a user