Skip to content

Commit

Permalink
TSAGE: R2R - Scene 3700: Fix a couple of bugs
Browse files Browse the repository at this point in the history
Thanks to Fingolfin for pointing those out
  • Loading branch information
Strangerke committed Dec 26, 2011
1 parent 6f8a4bb commit 9751d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/ringworld2/ringworld2_scenes3.cpp
Expand Up @@ -1862,7 +1862,7 @@ void Scene3400::signal() {
_actor4.setStrip(1);
_sceneMode = 3403;
if (R2_GLOBALS._player._characterIndex == 2)
setAction(&_sequenceManager, this, 3403, R2_GLOBALS._player, &_actor3, &_actor7, NULL);
setAction(&_sequenceManager, this, 3403, &R2_GLOBALS._player, &_actor3, &_actor7, NULL);
else
setAction(&_sequenceManager, this, 3403, &_actor1, &_actor3, &_actor7, NULL);
break;
Expand All @@ -1871,7 +1871,7 @@ void Scene3400::signal() {
_actor4.setStrip(1);
_sceneMode = 3405;
if (R2_GLOBALS._player._characterIndex == 3)
setAction(&_sequenceManager, this, 3405, R2_GLOBALS._player, &_actor7, NULL);
setAction(&_sequenceManager, this, 3405, &R2_GLOBALS._player, &_actor7, NULL);
else
setAction(&_sequenceManager, this, 3405, &_actor2, &_actor7, NULL);
break;
Expand Down

0 comments on commit 9751d6d

Please sign in to comment.