Remove unnecessary iw4 alignments

This commit is contained in:
Jan 2021-07-23 23:06:35 +02:00
parent df8e909736
commit c88987f7dc

View File

@ -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;