aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/brain.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-03 10:34:38 -0400
committerPaul Gilbert2016-09-03 10:34:38 -0400
commitc224d35a432fff7e1d0a6bf5368f7f2e81a45e27 (patch)
treec568bc54a2eaf5c0cbc69f76e1e771659690fd7c /engines/titanic/carry/brain.cpp
parent38cf75e885983b88d03272f35e39f5d874eae575 (diff)
downloadscummvm-rg350-c224d35a432fff7e1d0a6bf5368f7f2e81a45e27.tar.gz
scummvm-rg350-c224d35a432fff7e1d0a6bf5368f7f2e81a45e27.tar.bz2
scummvm-rg350-c224d35a432fff7e1d0a6bf5368f7f2e81a45e27.zip
TITANIC: Identified sound balance usage in the engine
Diffstat (limited to 'engines/titanic/carry/brain.cpp')
-rw-r--r--engines/titanic/carry/brain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/brain.cpp b/engines/titanic/carry/brain.cpp
index 102d8d9049..64b068697b 100644
--- a/engines/titanic/carry/brain.cpp
+++ b/engines/titanic/carry/brain.cpp
@@ -68,7 +68,7 @@ bool CBrain::UseWithOtherMsg(CUseWithOtherMsg *msg) {
petMoveToHiddenRoom();
CAddHeadPieceMsg headpieceMsg(getName());
headpieceMsg.execute(msg->_other);
- playSound("z#116.wav", 100, 0, 0);
+ playSound("z#116.wav");
setPosition(Point(0, 0));
setVisible(false);
_field134 = 1;