- fixed incomplete SW ending cutscene.

This commit is contained in:
Christoph Oelckers 2021-05-01 20:31:51 +02:00
parent a2a850ea3c
commit 4c2266ee88
2 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,6 @@ SystemBaseFrameBuffer::~SystemBaseFrameBuffer()
SetWindowLong(Window, GWL_STYLE, WS_VISIBLE | WS_CLIPSIBLINGS | WS_OVERLAPPEDWINDOW);
SetWindowLong(Window, GWL_EXSTYLE, WS_EX_WINDOWEDGE);
SetWindowPos(Window, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);
I_GetEvent();
static_cast<Win32BaseVideo *>(Video)->Shutdown();
}

View File

@ -542,6 +542,7 @@ class SWCutscenes
108, SWSnd.DIGI_ZC9,
120, SWSnd.DIGI_JG94039);
runner.Append(MoviePlayerJob.CreateWithSoundinfo("zfcin.anm", soundinfo, MoviePlayer.NOSOUNDCUTOFF, 16, 16, 140));
runner.Append(new("SWCreditsScreen").Init());
}
//---------------------------------------------------------------------------