mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Don't error out of Lua parsing when mobjinfo[] isn't a object definition
This commit is contained in:
parent
9afe69ffef
commit
0293c455f6
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
token = ReadToken();
|
||||
if (token != "=")
|
||||
{
|
||||
ReportError("Invalid object definition, missing =");
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
|
||||
SkipWhitespace(true);
|
||||
|
|
Loading…
Reference in a new issue