aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/bellbot.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-01 23:03:51 -0400
committerPaul Gilbert2016-11-01 23:03:51 -0400
commit4a90553bf32c8537a6cccc5a9ab55ddb92f1f48c (patch)
tree36e3d5c2889d18c41339ec935ee9938a33a6a0fa /engines/titanic/npcs/bellbot.cpp
parente790b9a5f010d7cb84b148bd02d88bdf24539e23 (diff)
downloadscummvm-rg350-4a90553bf32c8537a6cccc5a9ab55ddb92f1f48c.tar.gz
scummvm-rg350-4a90553bf32c8537a6cccc5a9ab55ddb92f1f48c.tar.bz2
scummvm-rg350-4a90553bf32c8537a6cccc5a9ab55ddb92f1f48c.zip
TITANIC: Cleanup calls to playClip
Diffstat (limited to 'engines/titanic/npcs/bellbot.cpp')
-rw-r--r--engines/titanic/npcs/bellbot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/bellbot.cpp b/engines/titanic/npcs/bellbot.cpp
index dd217262a2..9f6f152c6d 100644
--- a/engines/titanic/npcs/bellbot.cpp
+++ b/engines/titanic/npcs/bellbot.cpp
@@ -229,7 +229,7 @@ bool CBellBot::NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg) {
};
if (msg->_value2 == 2)
- playClip("Mother Frame", 0);
+ playClip("Mother Frame");
else
msg->_names = NAMES;