git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6555
d7cf8633-e32d-0410-b094-
e92efae38249
*/
#include "quakedef.h"
-#include "libcurl.h"
int current_skill;
cvar_t sv_cheats = {0, "sv_cheats", "0", "enables cheat commands in any game, and cheat impulses in dpmod"};
return;
}
- Curl_SendRequirements();
-
host_client->spawned = true;
}
MSG_WriteByte (&client->netconnection->message, svc_signonnum);
MSG_WriteByte (&client->netconnection->message, 1);
+ {
+ client_t *save;
+ save = host_client;
+ host_client = client;
+ Curl_SendRequirements();
+ host_client = save;
+ }
+
client->spawned = false; // need prespawn, spawn, etc
}