mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Clear userquotes when returning to the menu.
git-svn-id: https://svn.eduke32.com/eduke32@6699 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c0b0ed2240
commit
dfffa5a9c5
1 changed files with 2 additions and 0 deletions
|
@ -6596,6 +6596,8 @@ MAIN_LOOP_RESTART:
|
|||
lockclock = 0;
|
||||
|
||||
g_player[myconnectindex].ps->fta = 0;
|
||||
for (size_t q = 0; q < MAXUSERQUOTES; ++q)
|
||||
user_quote_time[q] = 0;
|
||||
|
||||
Menu_Change(MENU_MAIN);
|
||||
|
||||
|
|
Loading…
Reference in a new issue