aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/transport/pellerator.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/transport/pellerator.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/transport/pellerator.cpp')
-rw-r--r--engines/titanic/game/transport/pellerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/transport/pellerator.cpp b/engines/titanic/game/transport/pellerator.cpp
index 0228f9bc8b..7771314d50 100644
--- a/engines/titanic/game/transport/pellerator.cpp
+++ b/engines/titanic/game/transport/pellerator.cpp
@@ -62,7 +62,7 @@ void CPellerator::load(SimpleFile *file) {
bool CPellerator::StatusChangeMsg(CStatusChangeMsg *msg) {
setVisible(true);
- playGlobalSound("z#74.wav", -2, true, true, 0);
+ playGlobalSound("z#74.wav", VOL_QUIET, true, true, 0);
int classNum = getPassengerClass();
int newDest = msg->_newStatus;