diff --git a/src/ZoneCommon/Game/T6/T6_Assets.h b/src/ZoneCommon/Game/T6/T6_Assets.h index d9596fe6..8800628e 100644 --- a/src/ZoneCommon/Game/T6/T6_Assets.h +++ b/src/ZoneCommon/Game/T6/T6_Assets.h @@ -749,7 +749,7 @@ enum SndBankState SND_BANK_STATE_ERROR = 0x8, }; -struct __declspec(align(2)) SndBank +struct SndBank { const char *name; unsigned int aliasCount;