- 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:
Christoph Oelckers 2010-08-22 17:31:42 +00:00
commit ec71635ca1
2 changed files with 2 additions and 1 deletions

View file

@ -71,6 +71,7 @@ class USDFParser : public UDMFParserBase
sc.ScriptMessage("'%s' is not an actor type", key);
return NULL;
}
return cls;
}
return NULL;
}