aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/seqcommand.cpp
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.cpp
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.cpp')
-rw-r--r--engines/mutationofjb/commands/seqcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.cpp b/engines/mutationofjb/commands/seqcommand.cpp
index 22d1c9051b..6c167e946a 100644
--- a/engines/mutationofjb/commands/seqcommand.cpp
+++ b/engines/mutationofjb/commands/seqcommand.cpp
@@ -25,7 +25,7 @@
namespace MutationOfJB {
-void SeqCommandParser::transition(ScriptParseContext &, Command * oldCommand, Command * newCommand) {
+void SeqCommandParser::transition(ScriptParseContext &, Command * oldCommand, Command * newCommand, CommandParser *) {
if (!oldCommand || !newCommand) {
warning(_("Unexpected empty command in transition"));
return;