- added the EE-Extradata parser I wrote for GZDoom so I can use the Vaporware demo map for testing portal stuff.
This commit is contained in:
parent
1201ad0366
commit
e88901f4b7
12 changed files with 979 additions and 108 deletions
|
|
@ -856,7 +856,7 @@ int FScanner::MustMatchString (const char * const *strings, size_t stride)
|
|||
i = MatchString (strings, stride);
|
||||
if (i == -1)
|
||||
{
|
||||
ScriptError (NULL);
|
||||
ScriptError ("Unknown keyword '%s'", String);
|
||||
}
|
||||
return i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue