fix crash with Q2 server, server/client handles Q2 map checksum, server sets Q2 airaccelerate on init
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2177 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1adb96907a
commit
e40c7f8a87
4 changed files with 30 additions and 3 deletions
|
@ -1245,7 +1245,8 @@ void SV_Begin_f (void)
|
|||
return;
|
||||
}
|
||||
|
||||
host_client->edict->v->playerclass = host_client->playerclass; //make sure it's set the same as the userinfo
|
||||
if (progstype == PROG_H2)
|
||||
host_client->edict->v->playerclass = host_client->playerclass; //make sure it's set the same as the userinfo
|
||||
|
||||
for (split = host_client; split; split = split->controlled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue