Cleanup.
svn-id: r29238
This commit is contained in:
parent
f1958a2218
commit
78bc71e6f5
1 changed files with 1 additions and 3 deletions
|
@ -1245,9 +1245,7 @@ void Parallaction_ns::parseZone(Script &script, ZoneList &list, char *name) {
|
|||
debugC(5, kDebugParser, "parseZone(name: %s)", name);
|
||||
|
||||
if (findZone(name)) {
|
||||
while (scumm_stricmp(_tokens[0], "endzone")) {
|
||||
script.readLineToken(true);
|
||||
}
|
||||
script.skip("endzone");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue