mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
Decrease DISTVAR
Compressed by 12.5%. Ring Racers' value was probably too high for a game with the only catchup mechanic being the items themselves.
This commit is contained in:
parent
17116103be
commit
fcf6805e62
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ static INT32 K_KartItemOddsBattle[NUMKARTRESULTS][2] =
|
||||||
/*Jawz x2*/ { 2, 1 } // Jawz x2
|
/*Jawz x2*/ { 2, 1 } // Jawz x2
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DISTVAR (2048) // Magic number distance for use with item roulette tiers
|
#define DISTVAR (1792) // Magic number distance for use with item roulette tiers
|
||||||
|
|
||||||
/** \brief Item Roulette for Kart
|
/** \brief Item Roulette for Kart
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue