From ebb40e26cb3c26a49afb4b8603b5eaf38928dbee Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 1 Oct 2011 12:11:02 -0400 Subject: [PATCH] PEGASUS: Fix AI movies playing in the wrong box --- engines/pegasus/ai/ai_area.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/pegasus/ai/ai_area.cpp b/engines/pegasus/ai/ai_area.cpp index 0ccb9356ad7c..9f297e3df64d 100755 --- a/engines/pegasus/ai/ai_area.cpp +++ b/engines/pegasus/ai/ai_area.cpp @@ -275,6 +275,7 @@ bool AIArea::playAIMovie(const tLowerAreaSignature area, const Common::String &m _leftAreaMovie.hide(); } else { _AIMovie.moveElementTo(kAIRightAreaLeft, kAIRightAreaTop); + _AIMovie.moveMovieBoxTo(kAIRightAreaLeft - kAILeftAreaLeft, 0); _rightAreaMovie.hide(); }