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:
parent
4461e90337
commit
cf62594631
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue