aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-04 15:49:40 +0000
committerJohannes Schickel2009-10-04 15:49:40 +0000
commitd134eb73cee5d67c299cb9b52dcafd452594b887 (patch)
tree1f462cd8bcc8c4689113608726fa599fc5079a66
parent62c951c03101fea8d6358831574e6abe1664cb61 (diff)
downloadscummvm-rg350-d134eb73cee5d67c299cb9b52dcafd452594b887.tar.gz
scummvm-rg350-d134eb73cee5d67c299cb9b52dcafd452594b887.tar.bz2
scummvm-rg350-d134eb73cee5d67c299cb9b52dcafd452594b887.zip
Add missing PACKED_STRUCT attribute to FrameHeader.
svn-id: r44614
-rw-r--r--engines/sword1/sworddefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/sworddefs.h b/engines/sword1/sworddefs.h
index e90eafe825..26c155dc4c 100644
--- a/engines/sword1/sworddefs.h
+++ b/engines/sword1/sworddefs.h
@@ -109,7 +109,7 @@ struct FrameHeader {
uint16 height;
int16 offsetX;
int16 offsetY;
-};
+} PACKED_STRUCT;
struct ParallaxHeader {
char type[16];