[Scummvm-cvs-logs] scummvm master -> bc368c6967b029da486d1095e9f1af0037fd9a0a

Strangerke Strangerke at scummvm.org
Sun Dec 27 01:36:12 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bc368c6967 LAB: Remove useless pragma


Commit: bc368c6967b029da486d1095e9f1af0037fd9a0a
    https://github.com/scummvm/scummvm/commit/bc368c6967b029da486d1095e9f1af0037fd9a0a
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-27T01:30:00+01:00

Commit Message:
LAB: Remove useless pragma

Changed paths:
    engines/lab/processroom.h



diff --git a/engines/lab/processroom.h b/engines/lab/processroom.h
index 8ddf5ad..1d53ce0 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






More information about the Scummvm-git-logs mailing list