From b4dad9bca7593029ab368bc99f7bd96c71cbf4d8 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Thu, 8 Mar 2018 23:05:44 +0100 Subject: MUTATIONOFJB: Show multiple script commands in showsection debug command. --- engines/mutationofjb/script.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/mutationofjb/script.cpp') diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp index 98b1727935..1b11545741 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -31,6 +31,9 @@ #include "mutationofjb/commands/endblockcommand.h" #include "mutationofjb/commands/changecommand.h" #include "mutationofjb/commands/saycommand.h" +#include "mutationofjb/commands/additemcommand.h" +#include "mutationofjb/commands/removeitemcommand.h" +#include "mutationofjb/commands/removeallitemscommand.h" namespace MutationOfJB { @@ -43,6 +46,9 @@ static CommandParser** getParsers() { new ChangeStaticCommandParser, new ChangeSceneCommandParser, new SayCommandParser, + new AddItemCommandParser, + new RemoveItemCommandParser, + new RemoveAllItemsCommandParser, nullptr }; -- cgit v1.2.3