aboutsummaryrefslogtreecommitdiff
path: root/akos.h
diff options
context:
space:
mode:
authorJames Brown2002-04-19 15:02:16 +0000
committerJames Brown2002-04-19 15:02:16 +0000
commit82192a31723097ecf0cc305589605d23d3b01e4c (patch)
treef7a6d769421927a3fabf818ff66b637dc9212d9d /akos.h
parenta7becf8ae1c6ff1727f349d114db37a1e9965453 (diff)
downloadscummvm-rg350-82192a31723097ecf0cc305589605d23d3b01e4c.tar.gz
scummvm-rg350-82192a31723097ecf0cc305589605d23d3b01e4c.tar.bz2
scummvm-rg350-82192a31723097ecf0cc305589605d23d3b01e4c.zip
Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.
svn-id: r4009
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 */