mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
MADS: Fix for native disappearing in scene 205
This commit is contained in:
parent
4c56fe4879
commit
8c7dc6c142
@ -1229,7 +1229,7 @@ void Scene205::enter() {
|
||||
|
||||
if (_globals[kSexOfRex] != SEX_MALE) {
|
||||
_scene->loadAnimation(formAnimName('a', -1));
|
||||
_scene->_activeAnimation->_resetFlag = false;
|
||||
_scene->_activeAnimation->_resetFlag = true;
|
||||
} else {
|
||||
_beingKicked = true;
|
||||
_globals._sequenceIndexes[8] = _scene->_sequences.addSpriteCycle(_globals._spriteIndexes[8], false, 8, 1, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user