diff -r edae828322a0 -r 993cf173218b hedgewars/uIO.pas --- 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;