STARK: Remove useless function call

This line was here due to some careless copy / paste.
This commit is contained in:
Bastien Bouclet 2016-04-16 07:47:08 +02:00
parent 01fda9348b
commit aab6640053

View File

@ -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();