X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmsg.pas;h=9b8214ca0f8803ac1f06236ed410bffea5a14b2a;hb=019449d4f7627ed119fedc8d69c25805989f8af9;hp=b090aa30e08bdb690b645389cd73d22cfd6a9549;hpb=86f970455d280f4e01f49bc5940222a805875425;p=d2df-sdl.git diff --git a/src/game/g_netmsg.pas b/src/game/g_netmsg.pas index b090aa3..9b8214c 100644 --- a/src/game/g_netmsg.pas +++ b/src/game/g_netmsg.pas @@ -1332,6 +1332,7 @@ begin NetOut.Write(Byte(R_BERSERK in FRulez)); NetOut.Write(Frags); + NetOut.Write(Assists); NetOut.Write(Death); NetOut.Write(CurrWeap); @@ -2542,6 +2543,7 @@ begin FRulez := FRulez + [R_BERSERK]; Frags := M.ReadLongInt(); + Assists := M.ReadLongInt(); Death := M.ReadLongInt(); SetWeapon(M.ReadByte());