From b87391338e1e91aa213247420e4bfcb7e09e984d Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Wed, 31 Oct 2018 19:19:41 +0100 Subject: MUTATIONOFJB: Add basic support for RABLOAD command. Also fix an issue with parsing IF command. This commit makes the game completable (with many issues). --- 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 4915530f32..a4bbb8f1ef 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -48,6 +48,7 @@ #include "mutationofjb/commands/setcolorcommand.h" #include "mutationofjb/commands/specialshowcommand.h" #include "mutationofjb/commands/switchpartcommand.h" +#include "mutationofjb/commands/loadplayercommand.h" #include "mutationofjb/game.h" namespace MutationOfJB { @@ -79,6 +80,7 @@ static CommandParser **getParsers() { new SetColorCommandParser, new SpecialShowCommandParser, new SwitchPartCommandParser, + new LoadPlayerCommandParser, nullptr }; -- cgit v1.2.3