gcc patch by lionel ulmer

svn-id: r3492
This commit is contained in:
Ludvig Strigeus 2001-11-14 19:33:10 +00:00
parent b8d259d60e
commit 8ae567b094
3 changed files with 22 additions and 14 deletions

View file

@ -305,10 +305,12 @@ void Scumm::pauseSounds(bool pause) {
_soundsPaused = pause;
}
#pragma START_PACK_STRUCTS
struct VOCHeader {
byte id[19];
byte extra[7];
};
} GCC_PACK;
#pragma END_PACK_STRUCTS
static const char VALID_VOC_ID[] = "Creative Voice File";