diff --git a/src/k_kart.c b/src/k_kart.c index 476bff46..3ac84453 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -6841,7 +6841,13 @@ static void K_DrawKartPositionNum(INT32 num) W = FixedMul(W<>FRACBITS; // pain and suffering defined below - if (splitscreen == 1) // for this splitscreen, we'll use case by case because it's a bit different. + if (!splitscreen) + { + fx = POSI_X; + fy = BASEVIDHEIGHT - 8; + fflags = V_SNAPTOBOTTOM|V_SNAPTORIGHT; + } + else 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.