MOHAWK: Try harder when resuming a stopped video

Fixes turning off the rose-skull projector on Stoneship
This commit is contained in:
Bastien Bouclet
2016-03-05 14:43:10 +01:00
parent 0623a0aa41
commit 9e57cc166b
+1
View File
@@ -240,6 +240,7 @@ VideoHandle MystAreaVideo::playMovie() {
} else {
// Resume the video
handle->pause(false);
handle->start();
}
if (_playBlocking) {