aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/deskbot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/npcs/deskbot.cpp')
-rw-r--r--engines/titanic/npcs/deskbot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp
index d9324732bc..d3f8d03d6a 100644
--- a/engines/titanic/npcs/deskbot.cpp
+++ b/engines/titanic/npcs/deskbot.cpp
@@ -78,7 +78,7 @@ void CDeskbot::load(SimpleFile *file) {
bool CDeskbot::TurnOn(CTurnOn *msg) {
if (!_deskbotActive) {
setVisible(true);
- playClip("BellRinging", 4);
+ playClip("BellRinging", MOVIE_NOTIFY_OBJECT);
playSound("b#69.wav");
petSetArea(PET_CONVERSATION);