Forgor respawns
This commit is contained in:
parent
e29aca5ff0
commit
939ffd61db
1 changed files with 3 additions and 0 deletions
|
|
@ -2590,6 +2590,9 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
|||
|
||||
if (leveltime > (starttime + (TICRATE/2)) && !p->spectator)
|
||||
p->respawn = 48; // Respawn effect
|
||||
|
||||
if (!demo.playback && p == &players[consoleplayer])
|
||||
kartstats.respawns++;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue