mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
This didn't commit with for some reason...
This commit is contained in:
parent
93e989cf61
commit
b6d8c3ea7d
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed)
|
|||
break;
|
||||
case KITEM_GROW:
|
||||
POWERITEMODDS(newodds);
|
||||
if ((!cv_grow.value) || (pinvin > 2)) newodds = 0;
|
||||
if ((!cv_grow.value) || (pinvin >= 2)) newodds = 0;
|
||||
break;
|
||||
case KITEM_SHRINK:
|
||||
POWERITEMODDS(newodds);
|
||||
|
|
Loading…
Reference in a new issue