wrong var fix

This commit is contained in:
TehRealSalt 2018-11-02 14:01:29 -04:00
parent 0154ef1d01
commit 8d5fb13111

View file

@ -6550,8 +6550,8 @@ static boolean K_drawKartPositionFaces(void)
else if (strank+3 > ranklines) // too close to the bottom? else if (strank+3 > ranklines) // too close to the bottom?
{ {
i = ranklines - 5; i = ranklines - 5;
if (ranklines < 0) if (i < 0)
ranklines = 0; i = 0;
} }
else else
{ {