aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
diff options
context:
space:
mode:
authorOri Avtalion2016-04-14 17:18:33 +0300
committerOri Avtalion2016-04-14 17:18:33 +0300
commit064df1ff2761dea322c805b45c3b356067114799 (patch)
tree8528c400c91486efed51136d51b8b5a255907fc4 /engines/gob/inter_v4.cpp
parent5e4980090198a334b136bcdce16ea6addbe708a2 (diff)
downloadscummvm-rg350-064df1ff2761dea322c805b45c3b356067114799.tar.gz
scummvm-rg350-064df1ff2761dea322c805b45c3b356067114799.tar.bz2
scummvm-rg350-064df1ff2761dea322c805b45c3b356067114799.zip
GOB: Reduce audio header dependencies
Diffstat (limited to 'engines/gob/inter_v4.cpp')
-rw-r--r--engines/gob/inter_v4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v4.cpp b/engines/gob/inter_v4.cpp
index 656ca6f5c3..d379d5ab11 100644
--- a/engines/gob/inter_v4.cpp
+++ b/engines/gob/inter_v4.cpp
@@ -205,7 +205,7 @@ void Inter_v4::o4_playVmdOrMusic() {
return;
} else if (props.lastFrame == -9) {
_vm->_sound->bgStop();
- _vm->_sound->bgSetPlayMode(BackgroundAtmosphere::kPlayModeRandom);
+ _vm->_sound->bgSetPlayMode(Sound::kPlayModeRandom);
_vm->_sound->bgPlay(file.c_str(), "SND", SOUND_SND, props.palStart);
return;
} else if (props.lastFrame < 0) {