TSAGE: Renamings for R2R statis negator room

This commit is contained in:
Paul Gilbert 2013-11-02 18:24:40 -04:00
parent 51d766208c
commit 7bdd047f6a
2 changed files with 3 additions and 3 deletions

View File

@ -1210,9 +1210,9 @@ void Scene3250::postInit(SceneObjectList *OwnerList) {
switch (R2_GLOBALS._player._oldCharacterScene[R2_MIRANDA]) {
case 1200:
_sceneMode = 3250;
_actor4.postInit();
_grate.postInit();
R2_GLOBALS._player._effect = 0;
setAction(&_sequenceManager, this, 3250, &R2_GLOBALS._player, &_actor4, NULL);
setAction(&_sequenceManager, this, 3250, &R2_GLOBALS._player, &_grate, NULL);
break;
case 3125:
if (R2_GLOBALS.getFlag(79)) {

View File

@ -273,7 +273,7 @@ public:
Door _leftDoor;
Door _topDoor;
Door _rightDoor;
Door _actor4;
Door _grate;
SceneActor _ghoul1;
SceneActor _ghoul2;
SceneActor _ghoul3;