X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=1484f6b23ba399ff1ea243c95ca5af4fc3696963;hb=c8d05082e92b7c2c5b722e2b205e96a15a32eec2;hp=ba175406ab78a14a15e317d2b949b180b712adc4;hpb=2c298990b782a363127c76468a1620ae0ce75d09;p=d2df-sdl.git diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index ba17540..1484f6b 100644 --- a/src/game/g_netmaster.pas +++ b/src/game/g_netmaster.pas @@ -176,7 +176,7 @@ function GetTimerMS (): Int64; implementation uses - e_input, e_graphics, e_log, g_window, g_net, g_console, + e_input, e_log, g_net, g_console, g_map, g_game, g_sound, g_gui, g_menu, g_options, g_language, g_basic, r_game, wadreader, g_system, utils, hashtable; @@ -200,7 +200,7 @@ var //========================================================================== function GetTimerMS (): Int64; begin - Result := sys_GetTicks() {div 1000}; + Result := GetTickCount64() {div 1000}; end;