From: DeaDDooMER Date: Fri, 4 Jan 2019 20:02:35 +0000 (+0300) Subject: reverted prioritized weapon switch (bye-bye fucking bugfeature); bumped protocol... X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=494e3c6768d51ad19d73a6b60bec8ac93020f8d8 reverted prioritized weapon switch (bye-bye fucking bugfeature); bumped protocol version --- diff --git a/src/game/g_net.pas b/src/game/g_net.pas index c15df2b..1007f0f 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -22,7 +22,7 @@ uses e_log, e_msg, ENet, Classes, MAPDEF{$IFDEF USE_MINIUPNPC}, miniupnpc;{$ELSE};{$ENDIF} const - NET_PROTOCOL_VER = 174; + NET_PROTOCOL_VER = 177; NET_MAXCLIENTS = 24; NET_CHANS = 11;