From a00848e6b9d2eefea9cad26d8ae97d4dc199ae20 Mon Sep 17 00:00:00 2001 From: Scott Ludwig Date: Fri, 1 Jan 2016 13:57:23 -0800 Subject: [PATCH] Use default structure packing, rather than a universal 2. The system headers don't work setting 2 universally. Fixing issues as I find them. --- game/ht.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/game/ht.h b/game/ht.h index be83f2d..c0e2d99 100644 --- a/game/ht.h +++ b/game/ht.h @@ -104,10 +104,6 @@ class DelayedMessageViewer; class CommandQueueViewer; #endif -#ifdef IPHONE -#pragma pack(2) -#endif - } // namespace wi #include "inc/basictypes.h"