mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
LAB: Remove useless pragma
This commit is contained in:
parent
2bad773046
commit
bc368c6967
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user