diff -r 1d0022336fbb -r e59614bffc3f hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Thu May 08 18:38:52 2008 +0000 +++ b/hedgewars/uConsole.pas Thu May 08 20:30:34 2008 +0000 @@ -36,7 +36,7 @@ implementation {$J+} uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, GL, uStats; + uRandom, uAmmos, uTriggers, GL, uStats, uGame; const cLineWidth: LongInt = 0; cLinesCount = 256;