[Scummvm-cvs-logs] scummvm master -> 90db6590f887b8148fb073b79648c8c69df34f92

clone2727 clone2727 at gmail.com
Sat Apr 27 17:30:06 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
90db6590f8 PEGASUS: Fix missing text in canyon chase


Commit: 90db6590f887b8148fb073b79648c8c69df34f92
    https://github.com/scummvm/scummvm/commit/90db6590f887b8148fb073b79648c8c69df34f92
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-04-27T08:29:06-07:00

Commit Message:
PEGASUS: Fix missing text in canyon chase

Changed paths:
    engines/pegasus/neighborhood/mars/mars.cpp



diff --git a/engines/pegasus/neighborhood/mars/mars.cpp b/engines/pegasus/neighborhood/mars/mars.cpp
index aa7ccd5..7752215 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();






More information about the Scummvm-git-logs mailing list