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 /sound | |
| 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 'sound')
| -rw-r--r-- | sound/voc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/voc.h b/sound/voc.h index c44f9f4f1a..19879389fc 100644 --- a/sound/voc.h +++ b/sound/voc.h @@ -43,14 +43,14 @@ struct VocFileHeader { uint16 datablock_offset; uint16 version; uint16 id; -} GCC_PACK; +}; struct VocBlockHeader { uint8 blocktype; uint8 size[3]; uint8 sr; uint8 pack; -} GCC_PACK; +}; #if defined(END_PACK_STRUCTS) #pragma END_PACK_STRUCTS |
