From bc368c6967b029da486d1095e9f1af0037fd9a0a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 27 Dec 2015 01:30:00 +0100 Subject: LAB: Remove useless pragma --- engines/lab/processroom.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'engines/lab') diff --git a/engines/lab/processroom.h b/engines/lab/processroom.h index 8ddf5ad1aa..1d53ce01af 100644 --- a/engines/lab/processroom.h +++ b/engines/lab/processroom.h @@ -134,10 +134,6 @@ enum SpecialRoom { kMultiMazeF3 }; -#if defined(WIN32) -#pragma pack(push, 1) -#endif - struct CloseData { uint16 _x1, _y1, _x2, _y2; int16 _closeUpType; // if > 0, an object. If < 0, an item @@ -189,10 +185,6 @@ struct MapData { uint32 _mapFlags; }; -#if defined(WIN32) -#pragma pack(pop) -#endif - } // End of namespace Lab #endif // LAB_PROCESSROOM_H -- cgit v1.2.3