From aab6640053f24d0ccf571b6a8b97ea80c11e6651 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 16 Apr 2016 07:47:08 +0200 Subject: [PATCH] STARK: Remove useless function call This line was here due to some careless copy / paste. --- engines/stark/resources/command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/stark/resources/command.cpp b/engines/stark/resources/command.cpp index 444daee253e..8225416850e 100644 --- a/engines/stark/resources/command.cpp +++ b/engines/stark/resources/command.cpp @@ -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();