mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Fix karma items in this branch
This commit is contained in:
parent
ed73984d3e
commit
b0d6e2606d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue