diff options
Diffstat (limited to 'engines/cge/bitmap.h')
-rw-r--r-- | engines/cge/bitmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h index aa6282705c..3de05ac2fd 100644 --- a/engines/cge/bitmap.h +++ b/engines/cge/bitmap.h @@ -49,7 +49,7 @@ enum { struct HideDesc { uint16 _skip; uint16 _hide; -}; +} PACKED_STRUCT; #include "common/pack-end.h" @@ -77,7 +77,6 @@ public: void show(int16 x, int16 y); void xShow(int16 x, int16 y); bool solidAt(int16 x, int16 y); - uint16 moveVmap(uint8 *buf); }; |