diff options
author | Max Horn | 2006-07-21 21:25:17 +0000 |
---|---|---|
committer | Max Horn | 2006-07-21 21:25:17 +0000 |
commit | f59cf1fcdc88959d87072205a41f542c12e73e37 (patch) | |
tree | 7e6488f459a5af7020de29f2ec78a13fcf6f9517 /engines/saga | |
parent | 348e34c685b2c1c00e1d0a18f145ca4a075069ee (diff) | |
download | scummvm-rg350-f59cf1fcdc88959d87072205a41f542c12e73e37.tar.gz scummvm-rg350-f59cf1fcdc88959d87072205a41f542c12e73e37.tar.bz2 scummvm-rg350-f59cf1fcdc88959d87072205a41f542c12e73e37.zip |
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*)
svn-id: r23547
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/gfx.h b/engines/saga/gfx.h index 04f3d17e71..1bffbd2834 100644 --- a/engines/saga/gfx.h +++ b/engines/saga/gfx.h @@ -86,7 +86,7 @@ struct PalEntry { byte red; byte green; byte blue; -} GCC_PACK; +}; #if defined(END_PACK_STRUCTS) #pragma END_PACK_STRUCTS |