DEADSOFTWARE

some more exoma code
[d2df-sdl.git] / src / game / g_net.pas
index 576e8772f39b2f2016e6c94670704cafe6079661..78b8eeaa6d0da6e722a118ee4c6c60b06ce6347d 100644 (file)
@@ -19,10 +19,10 @@ unit g_net;
 interface
 
 uses
-  e_log, e_msg, ENet, Classes;
+  e_log, e_msg, ENet, Classes, MAPDEF;
 
 const
-  NET_PROTOCOL_VER = 171;
+  NET_PROTOCOL_VER = 173;
 
   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();