diff options
author | Paweł Kołodziejski | 2003-01-14 18:23:46 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-01-14 18:23:46 +0000 |
commit | 7d7ce8790df4429555380c2feded586b401fb365 (patch) | |
tree | f4cd6bc6e58af8a772db355c2e180f907cc0926d | |
parent | 9943dd39751a144d05f7307e8f36d00b9b7dfef8 (diff) | |
download | scummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.tar.gz scummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.tar.bz2 scummvm-rg350-7d7ce8790df4429555380c2feded586b401fb365.zip |
revert changes
svn-id: r6459
-rw-r--r-- | scumm/bundle.h | 2 |
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); |