mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'sliptide-improvements-improvements' into 'master'
More lenient minimum wavedash time See merge request KartKrew/Kart!1052
This commit is contained in:
commit
acfd7855c8
1 changed files with 1 additions and 1 deletions
|
|
@ -4050,7 +4050,7 @@ void K_UpdateStumbleIndicator(player_t *player)
|
|||
}
|
||||
}
|
||||
|
||||
#define MIN_WAVEDASH_CHARGE (5*TICRATE/8)
|
||||
#define MIN_WAVEDASH_CHARGE (7*TICRATE/16)
|
||||
|
||||
static boolean K_IsLosingSliptideZip(player_t *player)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue