diff options
Diffstat (limited to 'engines/mutationofjb/script.cpp')
-rw-r--r-- | engines/mutationofjb/script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp index 069545cd55..3e93c47137 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -46,6 +46,7 @@ #include "mutationofjb/commands/definestructcommand.h" #include "mutationofjb/commands/talkcommand.h" #include "mutationofjb/commands/randomcommand.h" +#include "mutationofjb/commands/setcolorcommand.h" #include "mutationofjb/game.h" namespace MutationOfJB { @@ -74,6 +75,7 @@ static CommandParser **getParsers() { new LabelCommandParser, new RandomCommandParser, new RandomBlockStartParser, + new SetColorCommandParser, nullptr }; |