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:
hendricks266 2018-02-26 14:46:31 +00:00
parent c0b0ed2240
commit dfffa5a9c5

View file

@ -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);