Skip to content

Commit

Permalink
Merge pull request DescentDevelopers#615 from pzychotic/fix-365
Browse files Browse the repository at this point in the history
Fix level cutscenes sometimes not filling the screen
  • Loading branch information
winterheart authored Oct 5, 2024
2 parents afd5a49 + 301959d commit ac04ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Descent3/Mission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,7 @@ void DoMissionMovie(const char *movie) {
return;
#endif
if (movie && *movie) {
SetScreenMode(SM_CINEMATIC);
PlayMovie(movie);
}
}
Expand Down

0 comments on commit ac04ec2

Please sign in to comment.