mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
ZoneLoading: Enable further easy assets like qdb, slug, localize, scriptparsetree
This commit is contained in:
@ -1899,7 +1899,7 @@ struct ScriptParseTree
|
||||
{
|
||||
const char *name;
|
||||
int len;
|
||||
char *buffer;
|
||||
byte32 *buffer;
|
||||
};
|
||||
|
||||
struct KeyValuePairs
|
||||
@ -2319,7 +2319,7 @@ struct Slug
|
||||
{
|
||||
const char *name;
|
||||
int len;
|
||||
char *buffer;
|
||||
byte32* buffer;
|
||||
};
|
||||
|
||||
struct FootstepTableDef
|
||||
|
Reference in New Issue
Block a user