diff options
author | Strangerke | 2015-12-27 01:30:00 +0100 |
---|---|---|
committer | Strangerke | 2015-12-27 01:30:00 +0100 |
commit | bc368c6967b029da486d1095e9f1af0037fd9a0a (patch) | |
tree | edab91c81b94564807297dba2fc68d91b3f670ab /engines/lab | |
parent | 2bad773046f530f3b58c44ba8879bd4f562c2078 (diff) | |
download | scummvm-rg350-bc368c6967b029da486d1095e9f1af0037fd9a0a.tar.gz scummvm-rg350-bc368c6967b029da486d1095e9f1af0037fd9a0a.tar.bz2 scummvm-rg350-bc368c6967b029da486d1095e9f1af0037fd9a0a.zip |
LAB: Remove useless pragma
Diffstat (limited to 'engines/lab')
-rw-r--r-- | engines/lab/processroom.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 |