More lenient minimum wavedash time

This commit is contained in:
AJ Martinez 2023-03-14 04:32:15 -07:00
parent 9f4c080964
commit 4607aeda4c

View file

@ -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)
{