[Scummvm-cvs-logs] SF.net SVN: scummvm:[44614] scummvm/trunk/engines/sword1/sworddefs.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 4 17:49:46 CEST 2009


Revision: 44614
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44614&view=rev
Author:   lordhoto
Date:     2009-10-04 15:49:40 +0000 (Sun, 04 Oct 2009)

Log Message:
-----------
Add missing PACKED_STRUCT attribute to FrameHeader.

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/sworddefs.h

Modified: scummvm/trunk/engines/sword1/sworddefs.h
===================================================================
--- scummvm/trunk/engines/sword1/sworddefs.h	2009-10-04 15:44:32 UTC (rev 44613)
+++ scummvm/trunk/engines/sword1/sworddefs.h	2009-10-04 15:49:40 UTC (rev 44614)
@@ -109,7 +109,7 @@
 	uint16 height;
 	int16 offsetX;
 	int16 offsetY;
-};
+} PACKED_STRUCT;
 
 struct ParallaxHeader {
 	char type[16];


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