diff --git a/src/Common/Game/IW4/IW4_Assets.h b/src/Common/Game/IW4/IW4_Assets.h index 9e09a07e..bf282bbb 100644 --- a/src/Common/Game/IW4/IW4_Assets.h +++ b/src/Common/Game/IW4/IW4_Assets.h @@ -1297,7 +1297,7 @@ namespace IW4 ItemKeyHandler* next; }; - struct type_align(4) rectDef_s + struct rectDef_s { float x; float y; @@ -1759,7 +1759,7 @@ namespace IW4 DATA_COUNT = 0xA, }; - struct type_align(4) StructuredDataEnumEntry + struct StructuredDataEnumEntry { const char* string; uint16_t index;