DEADSOFTWARE

network: fixed server pings
[d2df-sdl.git] / src / game / g_netmsg.pas
index 9df97c1c1a39a33341cea5e18dc1b812dba9211f..7889180c1ba6f47893e58916f3154f2efc5ad043 100644 (file)
@@ -1,3 +1,4 @@
+{$MODE DELPHI}
 unit g_netmsg;
 
 interface
@@ -5,7 +6,7 @@ interface
 uses g_net, g_triggers, Classes, SysUtils, md5;
 
 const
-  NET_PROTO_VERSION = 1;
+  NET_PROTO_VERSION = 2;
 
   NET_MSG_INFO   = 100;