LAB: Remove useless pragma

This commit is contained in:
Strangerke 2015-12-27 01:30:00 +01:00
parent 2bad773046
commit bc368c6967

View File

@ -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