From 5390c9baa300710c50822022f9f6dfd8e07698d2 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 12 Sep 2021 00:51:14 +0200 Subject: [PATCH] Add widscreen cutstart --- Source/interfac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/interfac.cpp b/Source/interfac.cpp index 97bdc1d82..3eb9eb323 100644 --- a/Source/interfac.cpp +++ b/Source/interfac.cpp @@ -102,6 +102,7 @@ void InitCutscene(interface_mode uMsg) switch (PickCutscene(uMsg)) { case CutStart: + LoadArt("Gendata\\cutstartw.pcx", &ArtCutsceneWidescreen); celPath = "Gendata\\Cutstart.cel"; palPath = "Gendata\\Cutstart.pal"; progress_id = 1;