From a97a14cc8918c7b60d94ec07ca4b214f3a7a2c93 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sat, 12 Jan 2019 03:51:21 +0100 Subject: MUTATIONOFJB: Add support for SETANIM command. --- engines/mutationofjb/script.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mutationofjb/script.cpp') diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp index a931785404..fc42f08486 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -51,6 +51,7 @@ #include "mutationofjb/commands/loadplayercommand.h" #include "mutationofjb/commands/bitmapvisibilitycommand.h" #include "mutationofjb/commands/playanimationcommand.h" +#include "mutationofjb/commands/setobjectframecommand.h" #include "mutationofjb/game.h" namespace MutationOfJB { @@ -85,6 +86,7 @@ static CommandParser **getParsers() { new LoadPlayerCommandParser, new BitmapVisibilityCommandParser, new PlayAnimationCommandParser, + new SetObjectFrameCommandParser, nullptr }; -- cgit v1.2.3