Well that was a stupid bug. Allocate frames for the correct client type, instead of q1.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3342 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-08-08 12:42:12 +00:00
parent 4461e90337
commit cf62594631

View file

@ -2077,7 +2077,7 @@ client_t *SVC_DirectConnect(void)
}
//initialise the client's frames, based on that client's protocol
switch(newcl->protocol)
switch(temp.protocol)
{
#ifdef Q3SERVER
case SCP_QUAKE3: