From b02324988a0ed4b98eced6ee6453043419596539 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Wed, 16 Jan 2019 01:13:01 -0500 Subject: [PATCH] SHOULD be == 1, not < 2!!!! --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index f58be44a1..2fff99b93 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -6841,7 +6841,7 @@ static void K_DrawKartPositionNum(INT32 num) W = FixedMul(W<>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.