mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed incomplete SW ending cutscene.
This commit is contained in:
parent
a2a850ea3c
commit
4c2266ee88
2 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,6 @@ SystemBaseFrameBuffer::~SystemBaseFrameBuffer()
|
||||||
SetWindowLong(Window, GWL_STYLE, WS_VISIBLE | WS_CLIPSIBLINGS | WS_OVERLAPPEDWINDOW);
|
SetWindowLong(Window, GWL_STYLE, WS_VISIBLE | WS_CLIPSIBLINGS | WS_OVERLAPPEDWINDOW);
|
||||||
SetWindowLong(Window, GWL_EXSTYLE, WS_EX_WINDOWEDGE);
|
SetWindowLong(Window, GWL_EXSTYLE, WS_EX_WINDOWEDGE);
|
||||||
SetWindowPos(Window, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);
|
SetWindowPos(Window, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);
|
||||||
I_GetEvent();
|
|
||||||
|
|
||||||
static_cast<Win32BaseVideo *>(Video)->Shutdown();
|
static_cast<Win32BaseVideo *>(Video)->Shutdown();
|
||||||
}
|
}
|
||||||
|
|
|
@ -542,6 +542,7 @@ class SWCutscenes
|
||||||
108, SWSnd.DIGI_ZC9,
|
108, SWSnd.DIGI_ZC9,
|
||||||
120, SWSnd.DIGI_JG94039);
|
120, SWSnd.DIGI_JG94039);
|
||||||
runner.Append(MoviePlayerJob.CreateWithSoundinfo("zfcin.anm", soundinfo, MoviePlayer.NOSOUNDCUTOFF, 16, 16, 140));
|
runner.Append(MoviePlayerJob.CreateWithSoundinfo("zfcin.anm", soundinfo, MoviePlayer.NOSOUNDCUTOFF, 16, 16, 140));
|
||||||
|
runner.Append(new("SWCreditsScreen").Init());
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue