mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Quick fix for attack/protect being too big
This commit is contained in:
parent
12d67e62bc
commit
d953d0402b
1 changed files with 8 additions and 3 deletions
11
src/k_kart.c
11
src/k_kart.c
|
|
@ -6941,10 +6941,15 @@ static void K_drawBattleFullscreen(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (stplyr == &players[secondarydisplayplayer])
|
||||
x = BASEVIDWIDTH-96;
|
||||
if (stplyr->exiting)
|
||||
{
|
||||
if (stplyr == &players[secondarydisplayplayer])
|
||||
x = BASEVIDWIDTH-96;
|
||||
else
|
||||
x = 96;
|
||||
}
|
||||
else
|
||||
x = 96;
|
||||
scale /= 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue