aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/command.h')
-rw-r--r--engines/mutationofjb/commands/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mutationofjb/commands/command.h b/engines/mutationofjb/commands/command.h
index ccfdea25f0..c6fce1e892 100644
--- a/engines/mutationofjb/commands/command.h
+++ b/engines/mutationofjb/commands/command.h
@@ -43,6 +43,9 @@ public:
/* Old command - created by this parser. */
virtual void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser);
+
+ /* Called after parsing. */
+ virtual void finish(ScriptParseContext &parseCtx);
};
class Command {