mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
Clear the player's quote timer for each MAIN_LOOP_RESTART.
git-svn-id: https://svn.eduke32.com/eduke32@5126 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4d3cbc64f1
commit
e6f429e2ab
1 changed files with 2 additions and 0 deletions
|
@ -11838,6 +11838,8 @@ MAIN_LOOP_RESTART:
|
|||
ototalclock = 0;
|
||||
lockclock = 0;
|
||||
|
||||
g_player[myconnectindex].ps->fta = 0;
|
||||
|
||||
M_ChangeMenu(MENU_MAIN);
|
||||
|
||||
if (g_networkMode != NET_DEDICATED_SERVER)
|
||||
|
|
Loading…
Reference in a new issue