mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
How did I mess this up?
This commit is contained in:
parent
8f4ea4a11e
commit
0323205a9a
2 changed files with 1 additions and 2 deletions
|
|
@ -3120,7 +3120,7 @@ INT16 G_AddGametype(UINT32 rules)
|
|||
gametypecount++;
|
||||
|
||||
// Set gametype rules.
|
||||
gametypedefaultrules[newgtype] = gametypecount;
|
||||
gametypedefaultrules[newgtype] = rules;
|
||||
Gametype_Names[newgtype] = "???";
|
||||
|
||||
// Update gametype_cons_t accordingly.
|
||||
|
|
|
|||
|
|
@ -11249,7 +11249,6 @@ void P_SpawnPlayer(INT32 playernum)
|
|||
else
|
||||
{
|
||||
p->outofcoop = false;
|
||||
p->spectator = false;
|
||||
if (netgame && p->jointime < 1)
|
||||
{
|
||||
// Averted by GTR_NOSPECTATORSPAWN.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue