SHOULD be == 1, not < 2!!!!

This commit is contained in:
TehRealSalt 2019-01-16 01:13:01 -05:00
parent 32e5dd8f32
commit 5e1aa0302f

View file

@ -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.