git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5512
d7cf8633-e32d-0410-b094-
e92efae38249
memset (&sv, 0, sizeof(sv));
+ sv.active = true;
+
strlcpy (sv.name, server, sizeof (sv.name));
sv.protocol = Protocol_EnumForName(sv_protocolname.string);
// LordHavoc: clear world angles (to fix e3m3.bsp)
VectorClear(prog->edicts->fields.server->angles);
- sv.active = true;
-
// all setup is completed, any further precache statements are errors
sv.state = ss_active;
prog->allowworldwrites = false;