*patrick mouth gif*
This commit is contained in:
parent
a77355889b
commit
67a0d061da
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ void K_AwardPlayerItem(player_t *player, kartitemtype_e type, UINT8 amount, kart
|
|||
|
||||
player->itemamount = amount;
|
||||
|
||||
K_AddItemRollToList((INT32)(player - players), type, amount);
|
||||
if (cv_itemlist.value)
|
||||
K_AddItemRollToList((INT32)(player - players), type, amount);
|
||||
}
|
||||
|
||||
static void K_AwardPlayerResult(player_t *player, kartresult_t *result, kartitemblink_e blink)
|
||||
|
|
|
|||
Loading…
Reference in a new issue