X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=56dec596971af747214515d3d6de09d737355e15;hb=e9689e89adc11f1179ee991bffa4d2be54f6e068;hp=fb2729b52140edaa31de46eeae41285450032d01;hpb=f356426288dc03a804636aaa21c0d7e049e628ac;p=d2df-sdl.git diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index fb2729b..56dec59 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_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;