aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-17 11:21:37 -0400
committerPaul Gilbert2017-09-17 11:21:37 -0400
commitfe83d2b3f698039c563a572b62b0c182f7789e01 (patch)
treeaeedc2386a04e72d660152ebce96da70ad31e719 /engines/titanic/game/computer_screen.cpp
parente1a84e2be56f2fe0e3a5a97bf6c9da5510fcf063 (diff)
downloadscummvm-rg350-fe83d2b3f698039c563a572b62b0c182f7789e01.tar.gz
scummvm-rg350-fe83d2b3f698039c563a572b62b0c182f7789e01.tar.bz2
scummvm-rg350-fe83d2b3f698039c563a572b62b0c182f7789e01.zip
TITANIC: Fixes for sounds and Doorbot during German prologue
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 ad4c025136..ea61bc531d 100644
--- a/engines/titanic/game/computer_screen.cpp
+++ b/engines/titanic/game/computer_screen.cpp
@@ -140,7 +140,7 @@ bool CComputerScreen::TimerMsg(CTimerMsg *msg) {
setSoundVolume(handle, 10, 2);
playClip(392, 450);
startTalking("Doorbot", 0x3611A);
- sleep(8000);
+ sleep(TRANSLATE(8000, 7000));
playClip(450, 492);
startTalking("Doorbot", 0x36121);