hedgewars/uIO.pas
changeset 196 993cf173218b
parent 183 57c2ef19f719
child 208 a049157d673a
--- a/hedgewars/uIO.pas	Wed Oct 11 19:37:48 2006 +0000
+++ b/hedgewars/uIO.pas	Thu Oct 12 18:52:00 2006 +0000
@@ -34,7 +34,7 @@
 procedure NetGetNextCmd;
 
 implementation
-uses uConsole, uConsts, uWorld, uMisc, uRandom, uLand;
+uses uConsole, uConsts, uWorld, uMisc, uLand;
 const isPonged: boolean = false;
 var  IPCSock: PTCPSocket = nil;
      fds: PSDLNet_SocketSet;