Skip to content

Commit

Permalink
TSAGE: R2R - Simplify coords copy in scene 1337
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Dec 6, 2013
1 parent dfd0e2c commit 1c4685a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -3643,8 +3643,7 @@ void Scene1337::Action7::signal() {
scene->setAnimationInfo(scene->_field3EF4);
scene->_aSound1.play(59);
scene->_item5._cardId = 1;
scene->_item5._stationPos.x = scene->_field3EF4->_stationPos.x;
scene->_item5._stationPos.y = scene->_field3EF4->_stationPos.y;
scene->_item5._stationPos = scene->_field3EF4->_stationPos;
scene->_item5._card.postInit();
scene->_item5._card.hide();
scene->_item5._card._flags = OBJFLAG_HIDING;
Expand Down

0 comments on commit 1c4685a

Please sign in to comment.