mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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++;
|
countplayers++;
|
||||||
|
|
||||||
if (!players[i]->exiting)
|
if (!players[i].exiting)
|
||||||
notexiting++;
|
notexiting++;
|
||||||
|
|
||||||
if (!(cv_coopstarposts.value && (gametype == GT_COOP) && (p->starpostnum < players[i].starpostnum)))
|
if (!(cv_coopstarposts.value && (gametype == GT_COOP) && (p->starpostnum < players[i].starpostnum)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue