[Scummvm-cvs-logs] SF.net SVN: scummvm:[44615] scummvm/branches/branch-1-0-0/engines/sword1/ sworddefs.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 4 17:55:29 CEST 2009


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

Log Message:
-----------
Backport of r44614: "Add missing PACKED_STRUCT attribute to FrameHeader."

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/sword1/sworddefs.h

Modified: scummvm/branches/branch-1-0-0/engines/sword1/sworddefs.h
===================================================================
--- scummvm/branches/branch-1-0-0/engines/sword1/sworddefs.h	2009-10-04 15:49:40 UTC (rev 44614)
+++ scummvm/branches/branch-1-0-0/engines/sword1/sworddefs.h	2009-10-04 15:55:23 UTC (rev 44615)
@@ -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