From 03a6c4020c27e701e52ac022ac01d8a2c9512b83 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 28 Sep 2019 12:31:52 +0200 Subject: [PATCH] ZoneCommon: Remove wrong alignment override of 2 on SndBank --- src/ZoneCommon/Game/T6/T6_Assets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;