MUTATIONOFJB: Fix missing lines between block ends.

This commit is contained in:
Ľubomír Remák 2018-08-19 16:29:41 +02:00 committed by Eugene Sandulenko
parent 9f1c628d4b
commit 561309eaa2
28 changed files with 24 additions and 32 deletions

View file

@ -59,6 +59,7 @@ bool LabelCommandParser::parse(const Common::String &line, ScriptParseContext &p
return true;
}
const Common::String &LabelCommand::getName() const {
return _name;
}