git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5679
d7cf8633-e32d-0410-b094-
e92efae38249
sv.state = ss_active;
prog->allowworldwrites = false;
+ // we need to reset the spawned flag on all connected clients here so that
+ // their thinks don't run during startup (before PutClientInServer)
+ for (i = 0, host_client = svs.clients;i < svs.maxclients;i++, host_client++)
+ host_client->spawned = false;
+
// run two frames to allow everything to settle
for (i = 0;i < 2;i++)
{