q2/q3 clipping fixed (hopefully finally except for bsp objects, that is)

q2 server should work.
added support for addative (and things) blends from menu.dat


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1035 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-19 02:53:03 +00:00
parent 979df82f05
commit 077fb0d98a
17 changed files with 139 additions and 126 deletions

View file

@ -1296,7 +1296,7 @@ void CL_FullServerinfo_f (void)
#ifdef CSQC_DAT
p = Info_ValueForKey(cl.serverinfo, "*csprogs");
if (*p) //only allow csqc if the server says so, and the 'checksum' matches.
if (*p || cls.demoplayback) //only allow csqc if the server says so, and the 'checksum' matches.
{
unsigned int chksum = strtoul(p, NULL, 0);
if (CSQC_Init(chksum))