mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
fixed sprite animation bug. Door closes completely now.
svn-id: r8226
This commit is contained in:
parent
65ca548502
commit
20893a2d23
@ -454,10 +454,6 @@ void SkyLogic::choose() {
|
||||
void SkyLogic::frames() {
|
||||
if (!_compact->sync)
|
||||
simpleAnim();
|
||||
|
||||
_compact->downFlag = 0; // return 'ok' to script
|
||||
_compact->logic = L_SCRIPT;
|
||||
logicScript();
|
||||
}
|
||||
|
||||
void SkyLogic::pause() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user