mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
DEVELOP: do not restart Tutorial when spectating
This commit is contained in:
parent
a0ef4fe128
commit
5d93d5ec97
1 changed files with 3 additions and 0 deletions
|
|
@ -2846,6 +2846,9 @@ static void P_DeathThink(player_t *player)
|
|||
{
|
||||
if (!netgame && !splitscreen
|
||||
&& player->bot == false
|
||||
#ifdef DEVELOP
|
||||
&& player->spectator == false
|
||||
#endif
|
||||
&& (gametyperules & GTR_CHECKPOINTS))
|
||||
{
|
||||
G_SetRetryFlag();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue