mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Apply flashing tics to RESPAWNST_DROP
Applies flashing tics to the entire respawn state so you don't become vulnerable once you reach the waypoint.
This commit is contained in:
parent
5ef24e1a3c
commit
6e5a5bf92d
1 changed files with 1 additions and 0 deletions
|
|
@ -816,6 +816,7 @@ void K_RespawnChecker(player_t *player)
|
|||
return;
|
||||
case RESPAWNST_DROP:
|
||||
player->mo->momx = player->mo->momy = 0;
|
||||
player->flashing = 3;
|
||||
if (player->respawn.timer > 0)
|
||||
{
|
||||
player->mo->momz = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue