mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MOHAWK: Try harder when resuming a stopped video
Fixes turning off the rose-skull projector on Stoneship
This commit is contained in:
@@ -240,6 +240,7 @@ VideoHandle MystAreaVideo::playMovie() {
|
||||
} else {
|
||||
// Resume the video
|
||||
handle->pause(false);
|
||||
handle->start();
|
||||
}
|
||||
|
||||
if (_playBlocking) {
|
||||
|
||||
Reference in New Issue
Block a user