Skip to content
Snippets Groups Projects
Commit 0293c455 authored by sphere's avatar sphere
Browse files

Don't error out of Lua parsing when mobjinfo[] isn't a object definition

parent 9afe69ff
No related branches found
Tags v2.15-beta4a
No related merge requests found
......@@ -139,8 +139,7 @@ namespace CodeImp.DoomBuilder.SRB2
token = ReadToken();
if (token != "=")
{
ReportError("Invalid object definition, missing =");
return false;
continue;
}
SkipWhitespace(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment