mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
clear validsequence on disconnect so we don't do prediction before we get a
world model when reconnecting
This commit is contained in:
parent
d68c4f7700
commit
cc6c82007c
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ CL_Disconnect (void)
|
|||
cl.players[i].userinfo = 0;
|
||||
}
|
||||
cl.worldmodel = NULL;
|
||||
cl.validsequence = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue