X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_netmsg.pas;h=92084b1304662060019422a77096ad59f138a132;hp=5e95a6a57dd97b42a4d31178c153e94589092816;hb=dffafd305d0df029f317cc92c1968ba0065c0cd8;hpb=2f006e551fc1f488f668ea844f12130351d62150 diff --git a/src/game/g_netmsg.pas b/src/game/g_netmsg.pas index 5e95a6a..92084b1 100644 --- a/src/game/g_netmsg.pas +++ b/src/game/g_netmsg.pas @@ -2282,7 +2282,8 @@ begin GameVelY := M.ReadLongInt(); GameAccelX := M.ReadLongInt(); GameAccelY := M.ReadLongInt(); - SetLerp(TmpX, TmpY); + GameX := TmpX; + GameY := TmpY; if NetForcePlayerUpdate then Update(); end; end;