X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=417be8b7c6a568ad6a1742af54ef5f86adab7f00;hb=a3ffbadf19a1f613bf10d6bf5205267b591c1752;hp=96f67908e98ee03f8771204ba8b94688e2bb7d54;hpb=e962cbff359d8ee0abf003a2c4d0934f2a22f536;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 96f6790..417be8b 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 = 188; + NET_PROTOCOL_VER = 189; NET_MAXCLIENTS = 24; NET_CHANS = 12; @@ -270,7 +270,7 @@ uses SysUtils, e_input, e_res, g_options, g_nethandler, g_netmsg, g_netmaster, g_player, g_window, g_console, - g_game, g_language, g_weapons, ctypes, g_system, g_map; + g_game, g_language, g_weapons, ctypes, g_map; const FILE_CHUNK_SIZE = 8192;