Browse Source

Add widscreen cutstart

pull/2731/head
Anders Jenbo 5 years ago
parent
commit
5390c9baa3
  1. 1
      Source/interfac.cpp

1
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;

Loading…
Cancel
Save