Skip to content

Commit

Permalink
TSAGE: R2R - Fix level animation in dish control panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 29, 2014
1 parent 1bf3f9a commit 144e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -7439,7 +7439,7 @@ void Scene1550::DishControlsWindow::setup2(int visage, int stripFrameNum, int fr
if (scene->_dish._frame == 1)
_lever.setup(1559, 2, 1);
else
_lever.setup(1559, 2, 2);
_lever.setup(1559, 2, 5);
_lever.setPosition(Common::Point(156, 103));
_lever.fixPriority(251);
_lever.setDetails(1550, 69, -1, -1, 2, (SceneItem *) NULL);
Expand Down

0 comments on commit 144e4d0

Please sign in to comment.