mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
f821434195
commit
9403200a07
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue