mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
SHOULD be == 1, not < 2!!!!
This commit is contained in:
parent
87f00ee254
commit
b02324988a
1 changed files with 1 additions and 1 deletions
|
|
@ -6841,7 +6841,7 @@ static void K_DrawKartPositionNum(INT32 num)
|
|||
W = FixedMul(W<<FRACBITS, scale)>>FRACBITS;
|
||||
|
||||
// pain and suffering defined below
|
||||
if (splitscreen < 2) // for this splitscreen, we'll use case by case because it's a bit different.
|
||||
if (splitscreen == 1) // for this splitscreen, we'll use case by case because it's a bit different.
|
||||
{
|
||||
fx = POSI_X;
|
||||
if (stplyr == &players[displayplayer]) // for player 1: display this at the top right, above the minimap.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue