From 5d29112f1c06dea3a789b36b0d109e6529f8cd61 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Tue, 6 Mar 2018 22:48:54 +0100 Subject: MUTATIONOFJB: Add say command with dummy implementation. --- engines/mutationofjb/commands/seqcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/commands/seqcommand.h') diff --git a/engines/mutationofjb/commands/seqcommand.h b/engines/mutationofjb/commands/seqcommand.h index 90e302836e..0fa30abaad 100644 --- a/engines/mutationofjb/commands/seqcommand.h +++ b/engines/mutationofjb/commands/seqcommand.h @@ -31,7 +31,7 @@ namespace MutationOfJB { class SeqCommandParser : public CommandParser { public: - virtual void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand) override; + virtual void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser) override; }; class SeqCommand : public Command { -- cgit v1.2.3