mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Merge branch 'racexitmove' into 'master'
Racexitmove (resolves #342). Closes #342 See merge request STJr/SRB2Internal!530
This commit is contained in:
commit
23643e05c0
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…
Reference in a new issue