diff -r dd418d9c18c5 -r f1bf00b7fd5a hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Fri Apr 25 13:12:52 2008 +0000 +++ b/hedgewars/uConsole.pas Fri Apr 25 13:51:01 2008 +0000 @@ -36,7 +36,7 @@ implementation {$J+} uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, GL, uSound; + uRandom, uAmmos, uTriggers, GL, uStats; const cLineWidth: LongInt = 0; cLinesCount = 256;