mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
undefine K_KartItemOddsSpecial
This commit is contained in:
parent
bc7d52ab3c
commit
0978093a2b
1 changed files with 3 additions and 0 deletions
|
|
@ -486,6 +486,8 @@ static UINT8 K_KartItemOddsBattle[NUMKARTRESULTS][2] =
|
|||
{ 5, 1 } // Jawz x2
|
||||
};
|
||||
|
||||
// TODO: add back when this gets used
|
||||
#if 0
|
||||
static UINT8 K_KartItemOddsSpecial[NUMKARTRESULTS-1][4] =
|
||||
{
|
||||
//M N O P
|
||||
|
|
@ -519,6 +521,7 @@ static UINT8 K_KartItemOddsSpecial[NUMKARTRESULTS-1][4] =
|
|||
{ 0, 0, 1, 1 }, // Orbinaut x4
|
||||
{ 0, 0, 1, 1 } // Jawz x2
|
||||
};
|
||||
#endif
|
||||
|
||||
#define DISTVAR (2048) // Magic number distance for use with item roulette tiers
|
||||
#define SPBSTARTDIST (6*DISTVAR) // Distance when SPB can start appearing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue