X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=edd6024a49af09237130e98d105a0d3d0948efb9;hb=251b8e917e5ec31d8fc2d0f0f98a427d37eb6946;hp=27825c263cf738da7301a6454a7b629d9ff8bc10;hpb=ad07d68e5caa4042bf2769099460d37c528e246c;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 27825c2..edd6024 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -21,7 +21,7 @@ uses e_log, e_msg, utils, ENet, Classes, md5, MAPDEF{$IFDEF USE_MINIUPNPC}, miniupnpc;{$ELSE};{$ENDIF} const - NET_PROTOCOL_VER = 187; + NET_PROTOCOL_VER = 188; NET_MAXCLIENTS = 24; NET_CHANS = 12;