mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 15:07:26 +00:00
ZoneCommon: Remove wrong alignment override of 2 on SndBank
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user