mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
ZoneCodeGenerator: Remove PostProcessor for asset names and instead add a statement for command files due to different member names for names
This commit is contained in:
@ -789,7 +789,7 @@ struct SndBank
|
||||
|
||||
struct SndPatch
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
unsigned int elementCount;
|
||||
unsigned int *elements;
|
||||
};
|
||||
|
Reference in New Issue
Block a user