mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
MOHAWK: Handle chained LB commands
svn-id: r54895
This commit is contained in:
parent
47e9726385
commit
0650934337
@ -2600,6 +2600,9 @@ void LBItem::runCommand(const Common::String &command) {
|
||||
else if (op == "--")
|
||||
_vm->_variables[varname].integer--;
|
||||
}
|
||||
|
||||
if (pos < command.size() && command[pos] == ';')
|
||||
pos++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user