aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/object.cpp')
-rw-r--r--engines/scumm/object.cpp8
1 files changed, 4 insertions, 4 deletions
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