aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2003-08-20 12:12:11 +0000
committerRobert Göffringmann2003-08-20 12:12:11 +0000
commitaf17c1ac5161b261c4c8c41e360dd5d11b7859d7 (patch)
tree4c5b3a0dcda7056175951a0a747f303b3318e721 /sky/sky.cpp
parent123af301474cac28e53f96b5f23f229429d32eaa (diff)
downloadscummvm-rg350-af17c1ac5161b261c4c8c41e360dd5d11b7859d7.tar.gz
scummvm-rg350-af17c1ac5161b261c4c8c41e360dd5d11b7859d7.tar.bz2
scummvm-rg350-af17c1ac5161b261c4c8c41e360dd5d11b7859d7.zip
copied some fixes which only were in 0.5.1 branch.
svn-id: r9799
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index b90ea00ff0..310803c0f0 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -235,7 +235,7 @@ void SkyState::initialise(void) {
OSystem::Property prop;
_skyDisk = new SkyDisk(_gameDataPath);
- _skySound = new SkySound(_mixer, _skyDisk);
+ _skySound = new SkySound(_mixer, _skyDisk, _detector->_sfx_volume);
_systemVars.gameVersion = _skyDisk->determineGameVersion();