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:
parent
3d5b4225db
commit
0c2186f0d9
1 changed files with 2 additions and 0 deletions
|
@ -801,6 +801,7 @@ void CL_RequestNextDownload (void)
|
||||||
if (cls.protocol == CP_QUAKE2)
|
if (cls.protocol == CP_QUAKE2)
|
||||||
{
|
{
|
||||||
Skin_NextDownload();
|
Skin_NextDownload();
|
||||||
|
CL_SendClientCommand(true, "begin %i\n", cl.servercount);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
@ -2209,6 +2210,7 @@ void CL_ParseBaseline2 (void)
|
||||||
|
|
||||||
void CLQ2_Precache_f (void)
|
void CLQ2_Precache_f (void)
|
||||||
{
|
{
|
||||||
|
cl.sendprespawn = true;
|
||||||
#ifdef VM_CG
|
#ifdef VM_CG
|
||||||
CG_Start();
|
CG_Start();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue