diff options
author | Matthew Hoops | 2012-09-11 16:50:40 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-09-11 16:50:40 -0400 |
commit | ff51a7661d7a2cb296b987edfc3d81727160e627 (patch) | |
tree | 4bb60914915c91c899e415dc4ad36ffc713f7b40 /engines/pegasus | |
parent | 428702ca49a1fa25d0d439cb764ee9c88a54ee1e (diff) | |
download | scummvm-rg350-ff51a7661d7a2cb296b987edfc3d81727160e627.tar.gz scummvm-rg350-ff51a7661d7a2cb296b987edfc3d81727160e627.tar.bz2 scummvm-rg350-ff51a7661d7a2cb296b987edfc3d81727160e627.zip |
PEGASUS: Fix minor filling station glitch
Diffstat (limited to 'engines/pegasus')
-rw-r--r-- | engines/pegasus/neighborhood/norad/alpha/fillingstation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/neighborhood/norad/alpha/fillingstation.cpp b/engines/pegasus/neighborhood/norad/alpha/fillingstation.cpp index 61d77bf353..53f12ba55f 100644 --- a/engines/pegasus/neighborhood/norad/alpha/fillingstation.cpp +++ b/engines/pegasus/neighborhood/norad/alpha/fillingstation.cpp @@ -162,6 +162,7 @@ void NoradAlphaFillingStation::setStaticState(TimeValue time, int16 state) { _rightSideMovie.stop(); _rightSideMovie.setSegment(0, _rightSideMovie.getDuration()); _rightSideMovie.setTime(time); + _rightSideMovie.redrawMovieWorld(); _state = state; allowInput(true); } |