aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
authorJames Brown2003-01-12 19:15:30 +0000
committerJames Brown2003-01-12 19:15:30 +0000
commit374e3a3f261a13dc68de8ccad9fae96970387312 (patch)
tree63143f1fdcdb9c83a8b9021ca41feca7565f4aef /scumm/bundle.h
parent458ecbffcff89f7d10dcdd0abcb9afec793515ae (diff)
downloadscummvm-rg350-374e3a3f261a13dc68de8ccad9fae96970387312.tar.gz
scummvm-rg350-374e3a3f261a13dc68de8ccad9fae96970387312.tar.bz2
scummvm-rg350-374e3a3f261a13dc68de8ccad9fae96970387312.zip
Fix ComI music bundle switching on disk change
svn-id: r6434
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r--scumm/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index 84b3c6f797..d4d2df7850 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -45,7 +45,6 @@ struct BundleAudioTable {
CompTable _compVoiceTable[50];
CompTable _compMusicTable[2500];
File _voiceFile;
- File _musicFile;
BundleAudioTable *_bundleVoiceTable;
BundleAudioTable *_bundleMusicTable;
int32 _numVoiceFiles;
@@ -60,6 +59,7 @@ public:
Bundle();
~Bundle();
+ File _musicFile;
void initializeImcTables();
bool openVoiceFile(const char *filename, const char *directory);
bool openMusicFile(const char *filename, const char *directory);