diff options
author | James Brown | 2003-01-12 19:50:21 +0000 |
---|---|---|
committer | James Brown | 2003-01-12 19:50:21 +0000 |
commit | ada8a85b7b73b5d1447f400e8da43f2e9112589b (patch) | |
tree | ddf4091b8203bdb416bffca65b67815b37bace97 /scumm | |
parent | 374e3a3f261a13dc68de8ccad9fae96970387312 (diff) | |
download | scummvm-rg350-ada8a85b7b73b5d1447f400e8da43f2e9112589b.tar.gz scummvm-rg350-ada8a85b7b73b5d1447f400e8da43f2e9112589b.tar.bz2 scummvm-rg350-ada8a85b7b73b5d1447f400e8da43f2e9112589b.zip |
Make things compile :)
svn-id: r6435
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h index dbf4e04eea..3604142746 100644 --- a/scumm/sound.h +++ b/scumm/sound.h @@ -44,6 +44,7 @@ enum { char * _nameBundleMusic; char * _newNameBundleMusic; + byte _musicDisk; int32 _currentSampleBundleMusic; int32 _numberSamplesBundleMusic; int32 _offsetSampleBundleMusic; |