aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-07-23 15:01:21 +0000
committerTorbjörn Andersson2006-07-23 15:01:21 +0000
commit602548cea32612c791ba1951e21f0bdc87ae616d (patch)
treef06784e6cced628b57443a1fcc80bfd4be072595 /engines/lure/res_struct.h
parent6585033705fc2e4ab2219389ac20b14c1ff02d9d (diff)
downloadscummvm-rg350-602548cea32612c791ba1951e21f0bdc87ae616d.tar.gz
scummvm-rg350-602548cea32612c791ba1951e21f0bdc87ae616d.tar.bz2
scummvm-rg350-602548cea32612c791ba1951e21f0bdc87ae616d.zip
Removed GCC_PACK that must have been re-added by accident.
svn-id: r23581
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index 0bdc8b1357..290107d1cf 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -86,7 +86,7 @@ struct HotspotResource {
uint16 delayCtr;
byte flags2;
byte hdrFlags;
-} GCC_PACK;
+};
struct HotspotAnimResource {
uint16 animRecordId;