From 4a90553bf32c8537a6cccc5a9ab55ddb92f1f48c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 1 Nov 2016 23:03:51 -0400 Subject: TITANIC: Cleanup calls to playClip --- engines/titanic/carry/carry_parrot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/carry') diff --git a/engines/titanic/carry/carry_parrot.cpp b/engines/titanic/carry/carry_parrot.cpp index 9e36ddb4d6..ed86384147 100644 --- a/engines/titanic/carry/carry_parrot.cpp +++ b/engines/titanic/carry/carry_parrot.cpp @@ -154,8 +154,8 @@ bool CCarryParrot::PassOnDragStartMsg(CPassOnDragStartMsg *msg) { moveToView(); setPosition(Point(0, 0)); setVisible(true); - playClip("Pick Up", 2); - playClip("Flapping", 1); + playClip("Pick Up", MOVIE_STOP_PREVIOUS); + playClip("Flapping", MOVIE_REPEAT); stopTimer(_timerId); _timerId = addTimer(1000, 1000); -- cgit v1.2.3