mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
Fix fast nq players
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5414 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
988b2fa80b
commit
d8c480c75e
1 changed files with 1 additions and 0 deletions
|
@ -2439,6 +2439,7 @@ void World_Physics_Frame(world_t *w)
|
|||
SV_RunCmd (&svs.clients[i-1].lastcmd, true);
|
||||
svs.clients[i-1].lastcmd.impulse = 0;
|
||||
SV_PostRunCmd();
|
||||
host_client->lastruncmd = sv.time*1000;
|
||||
*w->g.frametime = host_frametime = ft;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue