diff options
author | Travis Howell | 2006-04-30 06:12:50 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-30 06:12:50 +0000 |
commit | 8b9401f2d77853f4606fda99e5ff8975002381de (patch) | |
tree | 861ee9ed89855f5865bc0236ca6e2f60ed66c406 /engines | |
parent | 9654ed97c09c6eea21c507ae1131054957fb4a9c (diff) | |
download | scummvm-rg350-8b9401f2d77853f4606fda99e5ff8975002381de.tar.gz scummvm-rg350-8b9401f2d77853f4606fda99e5ff8975002381de.tar.bz2 scummvm-rg350-8b9401f2d77853f4606fda99e5ff8975002381de.zip |
Fast fade out should be disabled, after a cutscene
svn-id: r22239
Diffstat (limited to 'engines')
-rw-r--r-- | engines/simon/animation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/animation.cpp b/engines/simon/animation.cpp index 329827b7fa..747b6e6dbc 100644 --- a/engines/simon/animation.cpp +++ b/engines/simon/animation.cpp @@ -171,6 +171,8 @@ void MoviePlayer::play() { } else { _vm->dx_clear_surfaces(480); } + + _vm->_fastFadeOutFlag = true; } void MoviePlayer::close() { |