Merge pull request #615 from pzychotic/fix-365

Fix level cutscenes sometimes not filling the screen
This commit is contained in:
Azamat H. Hackimov 2024-10-05 11:47:11 +03:00 committed by GitHub
commit ac04ec2cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1645,6 +1645,7 @@ void DoMissionMovie(const char *movie) {
return;
#endif
if (movie && *movie) {
SetScreenMode(SM_CINEMATIC);
PlayMovie(movie);
}
}