X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=217825ea98184bec8fdafb7d9f6be59e90fc3339;hp=0f1cf30a8c346c705b6e57280001f7a5b6c0b1b7;hb=ccf0e1f0ff00a9447d4a70e5c9e417ad993d353c;hpb=676995a77ad243efc0abee75841f81e86a7262a0 diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 0f1cf30..217825e 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 = 183; + NET_PROTOCOL_VER = 184; NET_MAXCLIENTS = 24; NET_CHANS = 12;