aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/vga.h')
-rw-r--r--engines/simon/vga.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/simon/vga.h b/engines/simon/vga.h
index 192676e443..0d13e1d5e2 100644
--- a/engines/simon/vga.h
+++ b/engines/simon/vga.h
@@ -35,7 +35,7 @@ struct VgaFileHeader_Feeble {
uint16 x_1;
uint16 hdr2_start;
uint16 x_2, x_3;
-} GCC_PACK;
+};
struct VgaFileHeader2_Feeble {
uint16 imageCount;
@@ -46,27 +46,27 @@ struct VgaFileHeader2_Feeble {
uint16 x_4;
uint16 animationTable;
uint16 x_5;
-} GCC_PACK;
+};
struct ImageHeader_Feeble {
uint16 id;
uint16 x_1;
uint16 scriptOffs;
uint16 x_2;
-} GCC_PACK;
+};
struct AnimationHeader_Feeble {
uint16 scriptOffs;
uint16 x_2;
uint16 id;
-} GCC_PACK;
+};
// Simon 1/2
struct VgaFileHeader_Simon {
uint16 x_1, x_2;
uint16 hdr2_start;
uint16 x_3, x_4;
-} GCC_PACK;
+};
struct VgaFileHeader2_Simon {
uint16 x_1;
@@ -78,20 +78,20 @@ struct VgaFileHeader2_Simon {
uint16 x_4;
uint16 animationTable;
uint16 x_5;
-} GCC_PACK;
+};
struct ImageHeader_Simon {
uint16 id;
uint16 x_1;
uint16 x_2;
uint16 scriptOffs;
-} GCC_PACK;
+};
struct AnimationHeader_Simon {
uint16 id;
uint16 x_2;
uint16 scriptOffs;
-} GCC_PACK;
+};
#if defined(END_PACK_STRUCTS)