Merge branch 'respawn-flash' into 'v1'

Flashing tics on respawn

See merge request KartKrew/Kart!138
This commit is contained in:
Sal 2019-05-02 01:39:31 -04:00
commit dee068a7ff
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,7 @@ void K_RespawnChecker(player_t *player)
if (!P_IsObjectOnGround(player->mo) && !mapreset)
{
player->powers[pw_flashing] = 2;
player->powers[pw_flashing] = K_GetKartFlashing(player);
// Sal: The old behavior was stupid and prone to accidental usage.
// Let's rip off Mania instead, and turn this into a Drop Dash!