mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 07:21:48 +00:00
Shut up
This commit is contained in:
parent
7a9bb54a5d
commit
99b89b1ae3
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…
Add table
Reference in a new issue