mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-01 11:16:30 +00:00
Restore battle wait fade
This commit is contained in:
parent
615c5557b5
commit
1667c84378
1 changed files with 2 additions and 0 deletions
|
|
@ -4830,6 +4830,8 @@ static void K_drawBattleFullscreen(void)
|
|||
|| stplyr == &players[thirddisplayplayer] || stplyr == &players[fourthdisplayplayer])
|
||||
ty += (BASEVIDHEIGHT/2);
|
||||
}
|
||||
else
|
||||
V_DrawFadeScreen();
|
||||
|
||||
if (!comebackshowninfo)
|
||||
V_DrawFixedPatch(x<<FRACBITS, y<<FRACBITS, scale, 0, kp_battleinfo, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue