aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/ifcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/ifcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/ifcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/ifcommand.cpp b/engines/mutationofjb/commands/ifcommand.cpp
index fb48787af2..f4753a4311 100644
--- a/engines/mutationofjb/commands/ifcommand.cpp
+++ b/engines/mutationofjb/commands/ifcommand.cpp
@@ -69,7 +69,7 @@ bool IfCommandParser::parse(const Common::String &line, ScriptParseContext &, Co
const uint8 value = atoi(cstr + 9);
const bool negative = (line.lastChar() == '!');
- _lastTag = tag;
+ _tags.push(tag);
command = new IfCommand(sceneId, objectId, value, negative);