Skip to content

Commit

Permalink
PEGASUS: Fix Full TSA briefing movies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Oct 10, 2011
1 parent e998fb6 commit 5b62d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pegasus/neighborhood/tsa/fulltsa.cpp
Expand Up @@ -694,7 +694,7 @@ void FullTSA::flushGameState() {
}

Common::String FullTSA::getBriefingMovie() {
Common::String movieName = getBriefingMovie();
Common::String movieName = Neighborhood::getBriefingMovie();

if (movieName.empty()) {
tRoomID room = GameState.getCurrentRoom();
Expand Down

0 comments on commit 5b62d06

Please sign in to comment.