Skip to content

Commit

Permalink
Clear cl.sendprespawn in CL_Disconnect
Browse files Browse the repository at this point in the history
Inadvertently removed in 22f4422
  • Loading branch information
andrei-drexler committed Dec 22, 2023
1 parent 27221f3 commit 67df9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quake/cl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ void CL_Disconnect (void)
cls.demoplayback = cls.timedemo = false;
cls.demopaused = false;
cl.intermission = 0;
cl.sendprespawn = false;
CL_ClearSignons ();

V_ResetEffects ();
Expand Down

0 comments on commit 67df9da

Please sign in to comment.