aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/bgatmosphere.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-05-08 16:15:14 +0000
committerSven Hesse2008-05-08 16:15:14 +0000
commitcb9fd40a1b22072ed8d6d0c81e7cf76d4ea3e4ec (patch)
tree84f76cdaf1c456b4a2e424f70d334ff2a20310f5 /engines/gob/sound/bgatmosphere.cpp
parent18db41db506b1e18e050e8dded44dc8501b9bc8f (diff)
downloadscummvm-rg350-cb9fd40a1b22072ed8d6d0c81e7cf76d4ea3e4ec.tar.gz
scummvm-rg350-cb9fd40a1b22072ed8d6d0c81e7cf76d4ea3e4ec.tar.bz2
scummvm-rg350-cb9fd40a1b22072ed8d6d0c81e7cf76d4ea3e4ec.zip
Declaring BackgroundAtmosphere as kMusicSoundType
svn-id: r31950
Diffstat (limited to 'engines/gob/sound/bgatmosphere.cpp')
-rw-r--r--engines/gob/sound/bgatmosphere.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/gob/sound/bgatmosphere.cpp b/engines/gob/sound/bgatmosphere.cpp
index 3c61f4f76a..f5a7fe0fdb 100644
--- a/engines/gob/sound/bgatmosphere.cpp
+++ b/engines/gob/sound/bgatmosphere.cpp
@@ -30,7 +30,9 @@
namespace Gob {
-BackgroundAtmosphere::BackgroundAtmosphere(Audio::Mixer &mixer) : SoundMixer(mixer) {
+BackgroundAtmosphere::BackgroundAtmosphere(Audio::Mixer &mixer) :
+ SoundMixer(mixer, Audio::Mixer::kMusicSoundType) {
+
_playMode = kPlayModeLinear;
_queuePos = -1;
_shaded = false;