aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-01-14 18:23:46 +0000
committerPaweł Kołodziejski2003-01-14 18:23:46 +0000
commit7d7ce8790df4429555380c2feded586b401fb365 (patch)
treef4cd6bc6e58af8a772db355c2e180f907cc0926d /scumm/bundle.h
parent9943dd39751a144d05f7307e8f36d00b9b7dfef8 (diff)
downloadscummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.tar.gz
scummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.tar.bz2
scummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.zip
revert changes
svn-id: r6459
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 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);