mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Shut up
This commit is contained in:
parent
aa20e304cf
commit
068c712824
1 changed files with 1 additions and 1 deletions
|
@ -2803,7 +2803,7 @@ void G_AddPlayer(INT32 playernum)
|
|||
|
||||
countplayers++;
|
||||
|
||||
if (!players[i]->exiting)
|
||||
if (!players[i].exiting)
|
||||
notexiting++;
|
||||
|
||||
if (!(cv_coopstarposts.value && (gametype == GT_COOP) && (p->starpostnum < players[i].starpostnum)))
|
||||
|
|
Loading…
Reference in a new issue