Skip to content

Commit

Permalink
TSAGE: R2R fix for Quinn moving from output to ARM ship
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 16, 2013
1 parent 7a16890 commit 027e8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes2.cpp
Expand Up @@ -4337,7 +4337,7 @@ void Scene2800::Action2::signal() {
R2_GLOBALS._player.animate(ANIM_MODE_1, NULL);
R2_GLOBALS._player.setObjectWrapper(new SceneObjectWrapper());

Common::Point pt(100, 64);
Common::Point pt(64, 100);
NpcMover *mover = new NpcMover();
R2_GLOBALS._player.addMover(mover, &pt, this);
break;
Expand Down

0 comments on commit 027e8b3

Please sign in to comment.