ASYLUM: fix animation of floating bodies in Chapter 4

Bug no. 13558
This commit is contained in:
alxpnv 2022-10-06 13:37:58 +03:00
parent 83ccb69a75
commit 54cc40224c

View file

@ -380,6 +380,9 @@ void Object::update() {
BYTE1(flags) = (BYTE1(flags) & 0xFB) | kObjectFlag2;
}
}
_tickCount = _vm->getTick();
doPlaySounds = true;
}
if (flags & kObjectFlag40000) {