mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 09:48:39 +00:00
TSAGE: Blue Force - Fix bug in intro scene 200
This commit is contained in:
parent
1d3fa7402b
commit
3b274de31c
@ -86,12 +86,14 @@ void Scene200::Action2::signal() {
|
||||
|
||||
switch (_actionIndex++) {
|
||||
case 1:
|
||||
owner->setPosition(owner->_position);
|
||||
owner->setPosition(owner->_position, 0);
|
||||
owner->animate(ANIM_MODE_5, this);
|
||||
break;
|
||||
case 2:
|
||||
owner->setPosition(owner->_position);
|
||||
owner->setPosition(owner->_position, 1000);
|
||||
owner->setFrame(1);
|
||||
_actionIndex = 0;
|
||||
setDelay(1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user