mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
[nq] Propagate demoplayback over CL_ClearMemory
Because demoplayback seen by the shared client code is in viewstate and that's in cl, it gets set to 0 when connecting, thus the network icon while playing demos.
This commit is contained in:
parent
4dccad656f
commit
4197d4a800
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ CL_ClearMemory (void)
|
|||
memset (&cl, 0, sizeof (cl));
|
||||
Sbar_Intermission (cl.intermission = 0);
|
||||
cl.viewstate.camera_transform = cam;
|
||||
cl.viewstate.demoplayback = cls.demoplayback;
|
||||
|
||||
CL_ClearTEnts ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue