Fix karma items in this branch

This commit is contained in:
TehRealSalt 2018-06-13 21:32:33 -04:00
parent ed73984d3e
commit b0d6e2606d

View file

@ -679,7 +679,7 @@ static void K_KartItemRoulette(player_t *player, ticcmd_t *cmd)
INT32 j;
UINT8 available = 0;
if ((gametype == GT_MATCH || gametype == GT_TEAMMATCH || gametype == GT_CTF) && i >= 5)
if (G_BattleGametype() && i > 5)
{
oddsvalid[i] = 0;
break;