From 602548cea32612c791ba1951e21f0bdc87ae616d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 23 Jul 2006 15:01:21 +0000 Subject: Removed GCC_PACK that must have been re-added by accident. svn-id: r23581 --- engines/lure/res_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/res_struct.h') 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; -- cgit v1.2.3