mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
Fix karma items in this branch
This commit is contained in:
parent
0cff3aa0e1
commit
ebda1ed9e8
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…
Add table
Reference in a new issue