ZoneCommon: Fix EmblemSet asset struct

This commit is contained in:
Jan 2019-11-21 01:46:58 +01:00
parent 4f78570023
commit 9b9256d2cb

View File

@ -1880,19 +1880,19 @@ struct EmblemSet
{
int colorCount;
int layerCount;
EmblemLayer layers[32];
EmblemLayer* layers;
int categoryCount;
EmblemCategory categories[16];
EmblemCategory* categories;
int iconTypeCount;
EmblemIconType iconTypes[16];
EmblemIconType* iconTypes;
int bgCategoryCount;
EmblemBGCategory bgCategories[16];
EmblemBGCategory* bgCategories;
int iconCount;
EmblemIcon icons[1024];
EmblemIcon* icons;
int backgroundCount;
EmblemBackground backgrounds[550];
EmblemBackground* backgrounds;
int backgroundLookupCount;
__int16 backgroundLookup[550];
__int16* backgroundLookup;
};
struct ScriptParseTree