From 0c2186f0d985460e5a109d2dad762527a7058e31 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 6 Jan 2006 23:58:32 +0000 Subject: [PATCH] Allows connecting to Q2 servers again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1811 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index 23792b2b2..7ef25fb00 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -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