X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=3a233da20e47efe7d962b5fb489041afebddda5d;hb=0e32b76121dd532a73259cbdbf15c43ffdedd5c9;hp=a743fa1cfad95dbe8791937cb819c12f72a23ff0;hpb=50bcbff58fb1ed4fc9324b41ac3d60aa2e5f5eb6;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index a743fa1..3a233da 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -103,6 +103,7 @@ type Player: Word; RequestedFullUpdate: Boolean; WaitForFirstSpawn: Boolean; // set to `true` in server, used to spawn a player on first full state request + FullUpdateSent: Boolean; RCONAuth: Boolean; Voted: Boolean; Crimes: Integer; @@ -1662,6 +1663,7 @@ begin TC^.AuthTime := 0; TC^.MsgTime := 0; TC^.RequestedFullUpdate := False; + TC^.FullUpdateSent := False; TC^.WaitForFirstSpawn := False; TC^.NetOut[NET_UNRELIABLE].Free(); TC^.NetOut[NET_RELIABLE].Free();