aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-02 18:17:00 -0400
committerPaul Gilbert2016-09-02 18:17:00 -0400
commitb1105a6686215a965e8580af84d16d7732ce5b49 (patch)
tree12f17c08916b4962a48ca067186abeb8ff820dea /engines/titanic/game/computer_screen.cpp
parent6f9583a3b692e8e4af3e8938099f49d92dd62e63 (diff)
downloadscummvm-rg350-b1105a6686215a965e8580af84d16d7732ce5b49.tar.gz
scummvm-rg350-b1105a6686215a965e8580af84d16d7732ce5b49.tar.bz2
scummvm-rg350-b1105a6686215a965e8580af84d16d7732ce5b49.zip
TITANIC: Fixes to building NPC response chain
Diffstat (limited to 'engines/titanic/game/computer_screen.cpp')
-rw-r--r--engines/titanic/game/computer_screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp
index 3e5172219d..0572258cef 100644
--- a/engines/titanic/game/computer_screen.cpp
+++ b/engines/titanic/game/computer_screen.cpp
@@ -111,7 +111,7 @@ bool CComputerScreen::TimerMsg(CTimerMsg *msg) {
playSound("a#29.wav");
stopSound(handle);
- playSound("y#662.wav");
+ handle = playSound("y#662.wav");
setSoundVolume(handle, 10, 2);
playClip(392, 450);
startTalking("Doorbot", 0x3611A);