mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Get rid of my TODO notes
I implemented it, lol
This commit is contained in:
parent
63f6b18d59
commit
9e3ded610d
1 changed files with 0 additions and 5 deletions
|
|
@ -764,11 +764,6 @@ static void K_PushToRouletteItemList(itemroulette_t *const roulette, kartitems_t
|
|||
|
||||
static void K_CalculateRouletteSpeed(player_t *const player, itemroulette_t *const roulette)
|
||||
{
|
||||
// TODO: Change speed based on two factors:
|
||||
// - Get faster when your distancetofinish is closer to 1st place's distancetofinish. (winning)
|
||||
// - Get faster based on overall distancetofinish (race progress)
|
||||
// Slowest speed should be 12 tics, fastest should be 3 tics.
|
||||
|
||||
fixed_t frontRun = 0;
|
||||
fixed_t progress = 0;
|
||||
fixed_t total = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue