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:
Jan
2019-11-21 13:35:38 +01:00
parent 9b9256d2cb
commit c547520ae8
7 changed files with 188 additions and 64 deletions

View File

@ -789,7 +789,7 @@ struct SndBank
struct SndPatch
{
char *name;
const char *name;
unsigned int elementCount;
unsigned int *elements;
};