mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
ZoneCommon: Remove wrong alignment override of 2 on SndBank
This commit is contained in:
parent
c150350fc0
commit
03a6c4020c
@ -749,7 +749,7 @@ enum SndBankState
|
|||||||
SND_BANK_STATE_ERROR = 0x8,
|
SND_BANK_STATE_ERROR = 0x8,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct __declspec(align(2)) SndBank
|
struct SndBank
|
||||||
{
|
{
|
||||||
const char *name;
|
const char *name;
|
||||||
unsigned int aliasCount;
|
unsigned int aliasCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user