aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index e409f8a714..ee82484086 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -39,7 +39,7 @@ namespace Parallaction {
#define PALETTE_COLORS 32
#define PALETTE_SIZE PALETTE_COLORS*3
-#pragma pack(push, 1)
+#include "common/pack-start.h" // START STRUCT PACKING
struct PaletteFxRange {
@@ -51,7 +51,7 @@ struct PaletteFxRange {
};
-#pragma pack(pop)
+#include "common/pack-end.h" // END STRUCT PACKING
extern byte _palette[];