From f59cf1fcdc88959d87072205a41f542c12e73e37 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 21 Jul 2006 21:25:17 +0000 Subject: Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 --- engines/scumm/object.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/scumm/object.cpp') diff --git a/engines/scumm/object.cpp b/engines/scumm/object.cpp index db53ecb3c4..6b07ed5dba 100644 --- a/engines/scumm/object.cpp +++ b/engines/scumm/object.cpp @@ -45,13 +45,13 @@ struct BompHeader { /* Bomp header */ struct { uint16 unk; uint16 width, height; - } GCC_PACK old; + } old; struct { uint32 width, height; - } GCC_PACK v8; - } GCC_PACK; -} GCC_PACK; + } v8; + }; +}; #if defined(END_PACK_STRUCTS) #pragma END_PACK_STRUCTS -- cgit v1.2.3