DEADSOFTWARE

some code to squash monsters and players by mplats (somewhat buggy: sometimes monster...
[d2df-sdl.git] / src / game / g_net.pas
index 576e8772f39b2f2016e6c94670704cafe6079661..16e6bb511d3c2437e8d0bd76da86a26fec99343b 100644 (file)
@@ -22,7 +22,7 @@ uses
   e_log, e_msg, ENet, Classes;
 
 const
-  NET_PROTOCOL_VER = 171;
+  NET_PROTOCOL_VER = 172;
 
   NET_MAXCLIENTS = 24;
   NET_CHANS = 11;
@@ -787,7 +787,7 @@ begin
       end;
     end;
 
-    ProcessLoading();
+    ProcessLoading(true);
 
     e_PollInput();
 
@@ -952,7 +952,7 @@ begin
         end;
     end;
 
-    ProcessLoading();
+    ProcessLoading(true);
 
     e_PollInput();