diff -r 0faf8a2d6066 -r ced0ee8280ad hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Sat Apr 03 14:54:49 2010 +0000 +++ b/hedgewars/uRandom.pas Sat Apr 03 14:59:41 2010 +0000 @@ -35,9 +35,8 @@ {$ENDIF} implementation -{$IFDEF DEBUGFILE} -uses uMisc, uConsole; -{$ENDIF} +uses uMisc{$IFDEF DEBUGFILE},uConsole{$ENDIF}; + var cirbuf: array[0..63] of Longword; n: byte;