diff options
author | Matthew Hoops | 2013-04-27 11:28:37 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-04-27 11:29:06 -0400 |
commit | 90db6590f887b8148fb073b79648c8c69df34f92 (patch) | |
tree | 81fc3a7e28404460a3ad2de204743ed09456dbe6 | |
parent | 99e90b98f02fa24f152a49462bf96dc51a107f58 (diff) | |
download | scummvm-rg350-90db6590f887b8148fb073b79648c8c69df34f92.tar.gz scummvm-rg350-90db6590f887b8148fb073b79648c8c69df34f92.tar.bz2 scummvm-rg350-90db6590f887b8148fb073b79648c8c69df34f92.zip |
PEGASUS: Fix missing text in canyon chase
-rw-r--r-- | engines/pegasus/neighborhood/mars/mars.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |