mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Actually, this makes more sense :U
This commit is contained in:
parent
582f626c13
commit
ab0fc15b81
1 changed files with 3 additions and 4 deletions
|
|
@ -5006,6 +5006,9 @@ void K_drawKartHUD(void)
|
||||||
// This is handled by console/menu values
|
// This is handled by console/menu values
|
||||||
K_initKartHUD();
|
K_initKartHUD();
|
||||||
|
|
||||||
|
if (splitscreen == 2) // Player 4 in 3P is basically the minimap :p
|
||||||
|
K_drawKartMinimap();
|
||||||
|
|
||||||
// Draw full screen stuff that turns off the rest of the HUD
|
// Draw full screen stuff that turns off the rest of the HUD
|
||||||
if ((G_BattleGametype())
|
if ((G_BattleGametype())
|
||||||
&& (stplyr->exiting
|
&& (stplyr->exiting
|
||||||
|
|
@ -5014,13 +5017,9 @@ void K_drawKartHUD(void)
|
||||||
&& comeback
|
&& comeback
|
||||||
&& stplyr->playerstate == PST_LIVE)))
|
&& stplyr->playerstate == PST_LIVE)))
|
||||||
{
|
{
|
||||||
if (splitscreen == 2)
|
|
||||||
K_drawKartMinimap();
|
|
||||||
K_drawBattleFullscreen();
|
K_drawBattleFullscreen();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (splitscreen == 2)
|
|
||||||
K_drawKartMinimap();
|
|
||||||
|
|
||||||
// Draw Lakitu
|
// Draw Lakitu
|
||||||
// This is done first so that regardless of HUD layers,
|
// This is done first so that regardless of HUD layers,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue