mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
Remove unnecessary iw4 alignments
This commit is contained in:
parent
df8e909736
commit
c88987f7dc
@ -1297,7 +1297,7 @@ namespace IW4
|
|||||||
ItemKeyHandler* next;
|
ItemKeyHandler* next;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct type_align(4) rectDef_s
|
struct rectDef_s
|
||||||
{
|
{
|
||||||
float x;
|
float x;
|
||||||
float y;
|
float y;
|
||||||
@ -1759,7 +1759,7 @@ namespace IW4
|
|||||||
DATA_COUNT = 0xA,
|
DATA_COUNT = 0xA,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct type_align(4) StructuredDataEnumEntry
|
struct StructuredDataEnumEntry
|
||||||
{
|
{
|
||||||
const char* string;
|
const char* string;
|
||||||
uint16_t index;
|
uint16_t index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user