mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Fix the pause during display of TENSCREEN.
git-svn-id: https://svn.eduke32.com/eduke32@3667 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a25cd24dd5
commit
cbb003ba6e
1 changed files with 1 additions and 0 deletions
|
@ -2091,6 +2091,7 @@ static void G_DisplayExtraScreens(void)
|
||||||
P_SetGamePalette(g_player[myconnectindex].ps, BASEPAL, 1); // JBF 20040308
|
P_SetGamePalette(g_player[myconnectindex].ps, BASEPAL, 1); // JBF 20040308
|
||||||
fadepal(0,0,0, 0,63,7);
|
fadepal(0,0,0, 0,63,7);
|
||||||
I_ClearAllInput();
|
I_ClearAllInput();
|
||||||
|
totalclock = 0;
|
||||||
rotatesprite_fs(0,0,65536L,0,TENSCREEN,0,0,2+8+16+64+(ud.bgstretch?1024:0));
|
rotatesprite_fs(0,0,65536L,0,TENSCREEN,0,0,2+8+16+64+(ud.bgstretch?1024:0));
|
||||||
fadepaltile(0,0,0, 63,0,-7,TENSCREEN);
|
fadepaltile(0,0,0, 63,0,-7,TENSCREEN);
|
||||||
while (!I_CheckAllInput() && totalclock < 2400)
|
while (!I_CheckAllInput() && totalclock < 2400)
|
||||||
|
|
Loading…
Reference in a new issue