Allows connecting to Q2 servers again.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1811 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-01-06 23:58:32 +00:00
parent 3d5b4225db
commit 0c2186f0d9
1 changed files with 2 additions and 0 deletions

View File

@ -801,6 +801,7 @@ void CL_RequestNextDownload (void)
if (cls.protocol == CP_QUAKE2)
{
Skin_NextDownload();
CL_SendClientCommand(true, "begin %i\n", cl.servercount);
}
else
#endif
@ -2209,6 +2210,7 @@ void CL_ParseBaseline2 (void)
void CLQ2_Precache_f (void)
{
cl.sendprespawn = true;
#ifdef VM_CG
CG_Start();
#endif