mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
chore: make keyvaluepairscompiler use a zonestate
This commit is contained in:
@ -2114,7 +2114,7 @@ namespace T6
|
||||
struct KeyValuePairs
|
||||
{
|
||||
const char* name;
|
||||
int numVariables;
|
||||
unsigned int numVariables;
|
||||
KeyValuePair* keyValuePairs;
|
||||
};
|
||||
|
||||
@ -5569,8 +5569,8 @@ namespace T6
|
||||
|
||||
struct KeyValuePair
|
||||
{
|
||||
int keyHash;
|
||||
int namespaceHash;
|
||||
unsigned int keyHash;
|
||||
unsigned int namespaceHash;
|
||||
const char* value;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user