Wrong var here

This commit is contained in:
TehRealSalt 2018-11-24 17:27:48 -05:00
parent 4c003cabe1
commit 1acbb77efb

View file

@ -7944,7 +7944,7 @@ static void K_drawDistributionDebugger(void)
bestbumper = players[i].kartstuff[k_bumper];
}
useodds = K_FindUseodds(stplyr, 0, pingame, bestbumper, (player->kartstuff[k_position] == 2 && spbexists));
useodds = K_FindUseodds(stplyr, 0, pingame, bestbumper, (stplyr->kartstuff[k_position] == 2 && spbexists));
for (i = 1; i < NUMKARTRESULTS; i++)
{