aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/ifitemcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/ifitemcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/ifitemcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/ifitemcommand.cpp b/engines/mutationofjb/commands/ifitemcommand.cpp
index 9695172369..2b9b4d3bea 100644
--- a/engines/mutationofjb/commands/ifitemcommand.cpp
+++ b/engines/mutationofjb/commands/ifitemcommand.cpp
@@ -60,7 +60,7 @@ bool IfItemCommandParser::parse(const Common::String &line, ScriptParseContext &
item.deleteLastChar(); // Remove '!'.
}
- _lastTag = 0;
+ _tags.push(0);
command = new IfItemCommand(item, negative);
return true;