changeset 917 | e59614bffc3f |
parent 883 | 07a568ba44e0 |
child 936 | ba582673db7d |
--- 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;