mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +00:00
SHOULD be == 1, not < 2!!!!
This commit is contained in:
parent
32e5dd8f32
commit
5e1aa0302f
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…
Reference in a new issue