mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
fix qwd playback.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4507 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2a73a3c2b1
commit
f52cf7cae1
1 changed files with 2 additions and 0 deletions
|
@ -673,6 +673,8 @@ readnext:
|
|||
|
||||
|
||||
cl.outframes[i].senttime = realtime;
|
||||
cl.outframes[i].server_message_num = cl.validsequence;
|
||||
cl.outframes[i].cmd_sequence = cl.movesequence;
|
||||
cls.netchan.outgoing_sequence++;
|
||||
cl.movesequence = cls.netchan.outgoing_sequence;
|
||||
for (i=0 ; i<3 ; i++)
|
||||
|
|
Loading…
Reference in a new issue