Reset totalclock to zero for each MAIN_LOOP_RESTART.

git-svn-id: https://svn.eduke32.com/eduke32@5048 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-03-08 07:58:36 +00:00
parent f821434195
commit 9403200a07

View file

@ -11748,6 +11748,8 @@ int32_t app_main(int32_t argc, const char **argv)
// getpackets();
MAIN_LOOP_RESTART:
totalclock = 0;
M_ChangeMenu(MENU_MAIN);
if (g_networkMode != NET_DEDICATED_SERVER)