- fixed: The USDF CheckActorType function did not return the class object for ZDoom namespace.
- fixed: The binary check for dialogue lumps must only rewind the file by 4 bytes, not completely to the start. SVN r2568 (trunk)
This commit is contained in:
parent
883510efe2
commit
ec71635ca1
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ class USDFParser : public UDMFParserBase
|
|||
sc.ScriptMessage("'%s' is not an actor type", key);
|
||||
return NULL;
|
||||
}
|
||||
return cls;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue