Fixed a netgame crash that was caused by a closing brace being in the wrong place :v

This commit is contained in:
MascaraSnake 2019-10-19 12:08:15 +02:00
parent bb9a0de4f5
commit c7fd22f98a

View file

@ -3612,7 +3612,6 @@ static void P_NetUnArchiveThinkers(void)
} }
CONS_Debug(DBG_NETPLAY, "%u thinkers loaded in list %d\n", numloaded, i); CONS_Debug(DBG_NETPLAY, "%u thinkers loaded in list %d\n", numloaded, i);
}
if (restoreNum) if (restoreNum)
{ {
@ -3630,6 +3629,7 @@ static void P_NetUnArchiveThinkers(void)
} }
} }
} }
}
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //