mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
SWORD25: Fix to properly signal when movie playback has ended
This commit is contained in:
parent
410be8bb79
commit
fcae7bb497
@ -145,7 +145,7 @@ bool MoviePlayer::isMovieLoaded() {
|
||||
}
|
||||
|
||||
bool MoviePlayer::isPaused() {
|
||||
return _decoder.isPaused();
|
||||
return _decoder.isPaused() || _decoder.endOfVideo();
|
||||
}
|
||||
|
||||
float MoviePlayer::getScaleFactor() {
|
||||
|
Loading…
Reference in New Issue
Block a user