From 301959d947c328ce9347c9bb15d4bf4a1a0b218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ro=C3=9F?= Date: Thu, 3 Oct 2024 18:19:58 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BF[Movie]=20Fixed=20level=20cutscenes=20?= =?UTF-8?q?sometimes=20not=20filling=20the=20screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Descent3/Mission.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Descent3/Mission.cpp b/Descent3/Mission.cpp index 00e8cbe2e..582a0082f 100644 --- a/Descent3/Mission.cpp +++ b/Descent3/Mission.cpp @@ -1645,6 +1645,7 @@ void DoMissionMovie(const char *movie) { return; #endif if (movie && *movie) { + SetScreenMode(SM_CINEMATIC); PlayMovie(movie); } }