aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index 26190663c5..ac9881102c 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -45,7 +45,6 @@ struct BundleAudioTable {
CompTable _compVoiceTable[50];
CompTable _compMusicTable[3361];
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);