aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/struc.h')
-rw-r--r--engines/sky/struc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sky/struc.h b/engines/sky/struc.h
index 3f34aac5ce..17040a8cea 100644
--- a/engines/sky/struc.h
+++ b/engines/sky/struc.h
@@ -54,7 +54,7 @@ struct dataFileHeader {
int16 s_offset_x;
int16 s_offset_y;
uint16 s_compressed_size;
-} GCC_PACK;
+};
struct TurnTable {
uint16 turnTableUp[5];
@@ -62,7 +62,7 @@ struct TurnTable {
uint16 turnTableLeft[5];
uint16 turnTableRight[5];
uint16 turnTableTalk[5];
-} GCC_PACK;
+};
struct MegaSet {
uint16 gridWidth; // 0
@@ -81,7 +81,7 @@ struct MegaSet {
uint16 standRightId; // 11
uint16 standTalkId; // 12
uint16 turnTableId; // 13
-} GCC_PACK;
+};
struct Compact {
uint16 logic; // 0: Entry in logic table to run (byte as <256entries in logic table
@@ -164,7 +164,7 @@ struct Compact {
MegaSet megaSet1; //
MegaSet megaSet2; //
MegaSet megaSet3; //
-} GCC_PACK;
+};
#if defined(END_PACK_STRUCTS)
#pragma END_PACK_STRUCTS