diff options
author | Paul Gilbert | 2011-12-22 19:30:47 +1100 |
---|---|---|
committer | Paul Gilbert | 2011-12-22 19:30:47 +1100 |
commit | 0319cd06ef8e20486a3c7aa69a84bd39e8a71683 (patch) | |
tree | 3b1d4098a5b10d105a1e4c38845ebc7b0eb9cc19 | |
parent | 877b6e9b1d5ca0cb47e1845c57cc7340b924a5eb (diff) | |
download | scummvm-rg350-0319cd06ef8e20486a3c7aa69a84bd39e8a71683.tar.gz scummvm-rg350-0319cd06ef8e20486a3c7aa69a84bd39e8a71683.tar.bz2 scummvm-rg350-0319cd06ef8e20486a3c7aa69a84bd39e8a71683.zip |
CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structure
-rw-r--r-- | engines/cge/bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h index e7179f3b0b..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" |