mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
STARK: Remove useless function call
This line was here due to some careless copy / paste.
This commit is contained in:
parent
01fda9348b
commit
aab6640053
@ -560,7 +560,6 @@ Command *Command::opPlayAnimation(Script *script, const ResourceReference &animR
|
||||
if (suspend) {
|
||||
float animDuration = anim->getDuration();
|
||||
script->pause(animDuration);
|
||||
item->setMovementSuspendedScript(script);
|
||||
return this; // Stay on the same command while suspended
|
||||
} else {
|
||||
return nextCommand();
|
||||
|
Loading…
x
Reference in New Issue
Block a user