diff options
Diffstat (limited to 'engines/titanic/game')
-rw-r--r-- | engines/titanic/game/computer_screen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp index 8879136103..846858be0e 100644 --- a/engines/titanic/game/computer_screen.cpp +++ b/engines/titanic/game/computer_screen.cpp @@ -114,11 +114,11 @@ bool CComputerScreen::TimerMsg(CTimerMsg *msg) { playSound("y#662.wav"); soundFn3(handle, 10, 2); playClip(392, 450); - trueTalkFn1("Doorbot", 0x3611A, 0); + startTalking("Doorbot", 0x3611A, 0); sleep(8000); playClip(450, 492); - trueTalkFn1("DOorbot", 0x36121, 0); + startTalking("Doorbot", 0x36121, 0); playClip(492, 522); soundFn3(handle, 30, 2); |