mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-15 06:18:33 +00:00
TSAGE: Fix graphic glitch when writing ticket in scene 800
This commit is contained in:
parent
e20647eae3
commit
baf6456216
@ -201,7 +201,7 @@ void Scene800::Action1::signal() {
|
||||
scene->_object6.setFrame(2);
|
||||
scene->_object6.setPosition(Common::Point(58, 135));
|
||||
scene->_object6.fixPriority(170);
|
||||
scene->_object6.animate(ANIM_MODE_5, this);
|
||||
BF_GLOBALS._player.animate(ANIM_MODE_5, this);
|
||||
break;
|
||||
case 4:
|
||||
BF_GLOBALS._player.setVisage(352);
|
||||
|
Loading…
x
Reference in New Issue
Block a user