diff options
-rw-r--r-- | engines/titanic/npcs/deskbot.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp index 083ed799ed..daa2e55fa1 100644 --- a/engines/titanic/npcs/deskbot.cpp +++ b/engines/titanic/npcs/deskbot.cpp @@ -78,7 +78,9 @@ void CDeskbot::load(SimpleFile *file) { bool CDeskbot::TurnOn(CTurnOn *msg) { if (!_deskbotActive) { setVisible(true); - playClip("BellRinging", MOVIE_NOTIFY_OBJECT); + playClip("BellRinging"); + playClip("Opening", MOVIE_NOTIFY_OBJECT); + playSound("b#69.wav"); petSetArea(PET_CONVERSATION); |