diff options
author | Paul Gilbert | 2016-05-05 19:11:28 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-10 16:38:29 -0400 |
commit | b1290d6dd93f2f442bb9649685a9fa713b14821d (patch) | |
tree | 440af6f41639ad5e55badfbf00fa693c02960377 /engines/titanic/game | |
parent | d463be89fac3af6f33ef3c5179594e86cd806f83 (diff) | |
download | scummvm-rg350-b1290d6dd93f2f442bb9649685a9fa713b14821d.tar.gz scummvm-rg350-b1290d6dd93f2f442bb9649685a9fa713b14821d.tar.bz2 scummvm-rg350-b1290d6dd93f2f442bb9649685a9fa713b14821d.zip |
TITANIC: Cleanup & renames for starting conversations
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); |