mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Merge branch 'racexitmove' into 'master'
Racexitmove (resolves #342). Closes #342 See merge request STJr/SRB2Internal!530
This commit is contained in:
commit
6531ab5423
1 changed files with 1 additions and 1 deletions
|
|
@ -11470,7 +11470,7 @@ void P_PlayerThink(player_t *player)
|
|||
|
||||
if (player->pflags & PF_FINISHED)
|
||||
{
|
||||
if (cv_exitmove.value && !G_EnoughPlayersFinished())
|
||||
if ((gametype == GT_COOP && cv_exitmove.value) && !G_EnoughPlayersFinished())
|
||||
player->exiting = 0;
|
||||
else
|
||||
P_DoPlayerExit(player);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue