aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/credits.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-16 16:18:16 -0400
committerPaul Gilbert2017-07-16 16:18:16 -0400
commit850dcdbdf8252b4f5dbc6812c0108d58f101534e (patch)
tree1f93fc02fe33d03def003a1b6a573d3a63f24f4f /engines/titanic/game/credits.cpp
parentd8eccdec323dfc1126b87624b73e7effcb2f50bb (diff)
downloadscummvm-rg350-850dcdbdf8252b4f5dbc6812c0108d58f101534e.tar.gz
scummvm-rg350-850dcdbdf8252b4f5dbc6812c0108d58f101534e.tar.bz2
scummvm-rg350-850dcdbdf8252b4f5dbc6812c0108d58f101534e.zip
TITANIC: Add a VolumeMode enum
Diffstat (limited to 'engines/titanic/game/credits.cpp')
-rw-r--r--engines/titanic/game/credits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/credits.cpp b/engines/titanic/game/credits.cpp
index e13a2ce6f4..02c2b08441 100644
--- a/engines/titanic/game/credits.cpp
+++ b/engines/titanic/game/credits.cpp
@@ -62,7 +62,7 @@ bool CCredits::TimerMsg(CTimerMsg *msg) {
loadSound("a#24.wav");
playCutscene(0, 18);
- playGlobalSound("a#16.wav", -1, false, false, 0);
+ playGlobalSound("a#16.wav", VOL_NORMAL, false, false, 0);
playCutscene(19, 642);
playSound("a#24.wav");
playCutscene(643, 750);