diff options
-rw-r--r-- | engines/saga/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp index 6631df4d00..59c3339c9b 100644 --- a/engines/saga/animation.cpp +++ b/engines/saga/animation.cpp @@ -86,7 +86,7 @@ void Anim::playCutaway(int cut, bool fade) { // Chained cutaway, clean up the previous cutaway if (_cutawayActive) { - returnFromCutaway(); + clearCutaway(); // This is used because when AM is zapping the child's mother in Benny's chapter, // there is a cutaway followed by a video. The video needs to start immediately after |