mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-10 02:00:43 +00:00
Merge branch 'itemodds-fallthrough-fix' into 'next'
Mistaken fallthrough in item roulette. See merge request KartKrew/Kart-Public!178
This commit is contained in:
commit
831ed3dedc
1 changed files with 1 additions and 0 deletions
|
@ -898,6 +898,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
||||||
newodds = 0;
|
newodds = 0;
|
||||||
else
|
else
|
||||||
POWERITEMODDS(newodds);
|
POWERITEMODDS(newodds);
|
||||||
|
break;
|
||||||
case KITEM_HYUDORO:
|
case KITEM_HYUDORO:
|
||||||
if ((hyubgone > 0) || COOLDOWNONSTART)
|
if ((hyubgone > 0) || COOLDOWNONSTART)
|
||||||
newodds = 0;
|
newodds = 0;
|
||||||
|
|
Loading…
Reference in a new issue