X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=0f1cf30a8c346c705b6e57280001f7a5b6c0b1b7;hb=2d0c45e37c4d67d91dad3f08cc6b12362c408c7d;hp=6388eebbb6400aff322b7caebd36638f427986e9;hpb=cc4009721e680c14bb8c0f0fcffbea7fb99b414d;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 6388eeb..0f1cf30 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -21,7 +21,7 @@ uses e_log, e_msg, ENet, Classes, md5, MAPDEF{$IFDEF USE_MINIUPNPC}, miniupnpc;{$ELSE};{$ENDIF} const - NET_PROTOCOL_VER = 182; + NET_PROTOCOL_VER = 183; NET_MAXCLIENTS = 24; NET_CHANS = 12;