[Scummvm-cvs-logs] SF.net SVN: scummvm: [25537] scummvm/trunk/engines/parallaction/graphics.h

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Feb 12 22:14:34 CET 2007


Revision: 25537
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25537&view=rev
Author:   peres001
Date:     2007-02-12 13:14:34 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
changed structure packing to use pack-start.h and pack-end.h

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/graphics.h

Modified: scummvm/trunk/engines/parallaction/graphics.h
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.h	2007-02-12 20:33:30 UTC (rev 25536)
+++ scummvm/trunk/engines/parallaction/graphics.h	2007-02-12 21:14:34 UTC (rev 25537)
@@ -39,7 +39,7 @@
 #define PALETTE_COLORS		32
 #define PALETTE_SIZE		PALETTE_COLORS*3
 
-#pragma pack(push, 1)
+#include "common/pack-start.h"	// START STRUCT PACKING
 
 struct PaletteFxRange {
 
@@ -51,7 +51,7 @@
 
 };
 
-#pragma pack(pop)
+#include "common/pack-end.h"	// END STRUCT PACKING
 
 extern byte _palette[];
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list