X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fg_net.pas;h=c06a021cd31ddc1a6ee59d30e96f48a7146a6327;hb=cb61300b61ba18d486d19edf315f05b5b494fac3;hp=b658c3780919afd56bc5664576957791504d214b;hpb=82fc44046c22d1b60695f3b1f7abfb48f18bea48;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index b658c37..c06a021 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -166,7 +166,6 @@ var NetPlrUID1: Integer = -1; NetPlrUID2: Integer = -1; - NetInterpLevel: Integer = 1; NetUpdateRate: Cardinal = 0; // as soon as possible NetRelupdRate: Cardinal = 18; // around two times a second NetMasterRate: Cardinal = 60000; @@ -2439,7 +2438,6 @@ initialization conRegVar('cl_downloadtimeout', @g_Net_DownloadTimeout, 0.0, 1000000.0, '', 'timeout in seconds, 0 to disable it'); conRegVar('cl_predictself', @NetPredictSelf, '', 'predict local player'); conRegVar('cl_forceplayerupdate', @NetForcePlayerUpdate, '', 'update net players on NET_MSG_PLRPOS'); - conRegVar('cl_interp', @NetInterpLevel, '', 'net player interpolation steps'); conRegVar('cl_last_ip', @NetClientIP, '', 'address of the last you have connected to'); conRegVar('cl_last_port', @NetClientPort, '', 'port of the last server you have connected to');