Skip to content

Commit

Permalink
PEGASUS: Fix AI movies playing in the wrong box
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Oct 1, 2011
1 parent a851650 commit ebb40e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/pegasus/ai/ai_area.cpp
Expand Up @@ -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();
}

Expand Down

0 comments on commit ebb40e2

Please sign in to comment.