From bbb2be40f664a3360ae17837aca41341ede172de Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 22 Oct 2005 00:59:00 +0000 Subject: [PATCH] SW should work properly now. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1531 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_cg.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/engine/client/cl_cg.c b/engine/client/cl_cg.c index 4a454d9da..700ca20d0 100644 --- a/engine/client/cl_cg.c +++ b/engine/client/cl_cg.c @@ -1077,6 +1077,12 @@ void CG_Stop (void) void CG_Start (void) { + if (cls.protocol != CP_QUAKE3) + { //q3 clients only. + CG_Stop(); + return; + } + #ifdef RGLQUAKE if (!Draw_SafeCachePic) //no renderer loaded { @@ -1091,12 +1097,6 @@ void CG_Start (void) return; } - if (cls.protocol != CP_QUAKE3) - { //q3 clients only. - CG_Stop(); - return; - } - Z_FreeTags(CGTAGNUM); SCR_BeginLoadingPlaque();