From c88987f7dc6ac6db59398615aa3afe4f0956e6a2 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 23 Jul 2021 23:06:35 +0200 Subject: [PATCH] Remove unnecessary iw4 alignments --- src/Common/Game/IW4/IW4_Assets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;