diff options
author | Torbjörn Andersson | 2006-07-23 15:01:21 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-07-23 15:01:21 +0000 |
commit | 602548cea32612c791ba1951e21f0bdc87ae616d (patch) | |
tree | f06784e6cced628b57443a1fcc80bfd4be072595 /engines | |
parent | 6585033705fc2e4ab2219389ac20b14c1ff02d9d (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/lure/res_struct.h | 2 |
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; |