mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
How did I mess this up?
This commit is contained in:
parent
7768e2c7f9
commit
7c3cde4564
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…
Reference in a new issue