Fix player 2's position num in 2P

This commit is contained in:
Sally Coolatta 2020-07-28 04:49:34 -04:00
parent 3b6b0013c8
commit e53fe8c316

View file

@ -1377,7 +1377,7 @@ static void K_DrawKartPositionNum(INT32 num)
}
else // if we're not p1, that means we're p2. display this at the bottom right, below the minimap.
{
fy = BASEVIDHEIGHT - 8;
fy = (BASEVIDHEIGHT/2) - 8;
fflags = V_SNAPTOBOTTOM|V_SNAPTORIGHT|V_SPLITSCREEN;
}
}