mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +00:00
- allow skipping the Exhumed logos.
This commit is contained in:
parent
d28929c437
commit
550576d94d
1 changed files with 1 additions and 0 deletions
|
@ -2531,6 +2531,7 @@ void DoTitle()
|
||||||
{
|
{
|
||||||
twod->ClearScreen();
|
twod->ClearScreen();
|
||||||
overwritesprite(0, 0, tile, shade, 2, kPalNormal);
|
overwritesprite(0, 0, tile, shade, 2, kPalNormal);
|
||||||
|
HandleAsync();
|
||||||
videoNextPage();
|
videoNextPage();
|
||||||
auto now = I_msTime();
|
auto now = I_msTime();
|
||||||
span = now - start;
|
span = now - start;
|
||||||
|
|
Loading…
Reference in a new issue