From 90db6590f887b8148fb073b79648c8c69df34f92 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 27 Apr 2013 11:28:37 -0400 Subject: PEGASUS: Fix missing text in canyon chase --- engines/pegasus/neighborhood/mars/mars.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/pegasus/neighborhood/mars/mars.cpp b/engines/pegasus/neighborhood/mars/mars.cpp index aa7ccd596c..775221589a 100644 --- a/engines/pegasus/neighborhood/mars/mars.cpp +++ b/engines/pegasus/neighborhood/mars/mars.cpp @@ -2470,6 +2470,7 @@ void Mars::doCanyonChase() { playSpotSoundSync(kShuttleCockpitIn, kShuttleCockpitOut); _centerShuttleMovie.setTime(kShuttleCenterCheckTime); + _centerShuttleMovie.redrawMovieWorld(); playSpotSoundSync(kShuttleOnboardIn, kShuttleOnboardOut); _shuttleEnergyMeter.initShuttleEnergyMeter(); -- cgit v1.2.3