mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Merge pull request #615 from pzychotic/fix-365
Fix level cutscenes sometimes not filling the screen
This commit is contained in:
commit
ac04ec2cda
@ -1645,6 +1645,7 @@ void DoMissionMovie(const char *movie) {
|
|||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
if (movie && *movie) {
|
if (movie && *movie) {
|
||||||
|
SetScreenMode(SM_CINEMATIC);
|
||||||
PlayMovie(movie);
|
PlayMovie(movie);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user