mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
TSAGE: R2R - Fix level animation in dish control panel
This commit is contained in:
parent
1bf3f9aacf
commit
144e4d0ff1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user