aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/seqcommand.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-06 22:48:54 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit5d29112f1c06dea3a789b36b0d109e6529f8cd61 (patch)
treeddbe0450567693a6962b8314f3ce91fc2bd904ba /engines/mutationofjb/commands/seqcommand.h
parentbbd3750aeec2bdb91a8ab31eca8672c34ce61f83 (diff)
downloadscummvm-rg350-5d29112f1c06dea3a789b36b0d109e6529f8cd61.tar.gz
scummvm-rg350-5d29112f1c06dea3a789b36b0d109e6529f8cd61.tar.bz2
scummvm-rg350-5d29112f1c06dea3a789b36b0d109e6529f8cd61.zip
MUTATIONOFJB: Add say command with dummy implementation.
Diffstat (limited to 'engines/mutationofjb/commands/seqcommand.h')
-rw-r--r--engines/mutationofjb/commands/seqcommand.h2
1 files changed, 1 insertions, 1 deletions
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 {