mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 00:24:17 +00:00
Put indirect item back on SPB
This commit is contained in:
parent
1a613828a0
commit
47cd8a6a32
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
|||
break;
|
||||
case KITEM_SPB:
|
||||
cooldownOnStart = true;
|
||||
//indirectItem = true;
|
||||
indirectItem = true;
|
||||
//powerItem = true;
|
||||
|
||||
if (pexiting > 0)
|
||||
|
|
Loading…
Reference in a new issue