aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-06-23 21:23:10 +0000
committerPaweł Kołodziejski2003-06-23 21:23:10 +0000
commita1f760b9443e6622d269d0f51ae9dbfe951afbe3 (patch)
tree65fd5f902976e359788f832ef1b6f2483492ff7d /scumm/sound.h
parentc848e724a4035fb2b4fb38a4e235072f832fe6e4 (diff)
downloadscummvm-rg350-a1f760b9443e6622d269d0f51ae9dbfe951afbe3.tar.gz
scummvm-rg350-a1f760b9443e6622d269d0f51ae9dbfe951afbe3.tar.bz2
scummvm-rg350-a1f760b9443e6622d269d0f51ae9dbfe951afbe3.zip
this should prevent changing music in some room in the DIG
svn-id: r8641
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index ce50c3a198..842912f4e4 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -41,7 +41,10 @@ protected:
bool _soundsPaused2;
bool _soundVolumePreset;
+public:
const char *_nameBundleMusic;
+
+protected:
const char *_newNameBundleMusic;
byte _musicDisk;
byte _voiceDisk;