aboutsummaryrefslogtreecommitdiff
path: root/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'akos.h')
-rw-r--r--akos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/akos.h b/akos.h
index 102c5ce084..609459d048 100644
--- a/akos.h
+++ b/akos.h
@@ -23,9 +23,7 @@
#if !defined(__GNUC__)
-
#pragma START_PACK_STRUCTS
-
#endif
@@ -49,6 +47,10 @@ struct AkosCI {
int16 move_x, move_y;
} GCC_PACK;
+#if !defined(__GNUC__)
+ #pragma END_PACK_STRUCTS
+#endif
+
struct AkosRenderer {
CostumeData *cd;
int x,y; /* where to draw costume */