aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/parrot.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/parrot.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/parrot.cpp')
-rw-r--r--engines/titanic/npcs/parrot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index 678cf76932..9c888478dc 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -291,7 +291,7 @@ bool CParrot::MovieEndMsg(CMovieEndMsg *msg) {
return true;
} else if (clipExistsByEnd("Lean Over To Chicken", msg->_endFrame)) {
- playClip("Eat Chicken", 0);
+ playClip("Eat Chicken");
playClip("Eat Chicken 2", MOVIE_NOTIFY_OBJECT);
_v1 = 1;