X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fstub%2Fg_system.pas;h=ab42c12025de79afdd2f3921bc38f6b96f93e1a4;hb=e9689e89adc11f1179ee991bffa4d2be54f6e068;hp=9d14f24fcaa45a3740b1f74a551b418bcd236c62;hpb=f8c006bbcbec547e9a3beda8372076a10ed049ae;p=d2df-sdl.git diff --git a/src/game/stub/g_system.pas b/src/game/stub/g_system.pas index 9d14f24..ab42c12 100644 --- a/src/game/stub/g_system.pas +++ b/src/game/stub/g_system.pas @@ -20,7 +20,6 @@ interface uses Utils; (* --- Utils --- *) - function sys_GetTicks (): Int64; procedure sys_Delay (ms: Integer); (* --- Graphics --- *) @@ -47,11 +46,6 @@ implementation (* --------- Utils --------- *) - function sys_GetTicks (): Int64; - begin - Result := Round(TimeStampToMSecs(DateTimeToTimeStamp(Now()))) - end; - procedure sys_Delay (ms: Integer); begin Sleep(ms)