changeset 2042 | 905c554d62e6 |
parent 2031 | b6f3e56fb100 |
child 2124 | d39c61eaca15 |
--- a/hedgewars/uConsole.pas Sat May 09 11:57:47 2009 +0000 +++ b/hedgewars/uConsole.pas Mon May 11 18:56:55 2009 +0000 @@ -36,7 +36,7 @@ implementation {$J+} uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound; + uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound, uVisualGears; const cLineWidth: LongInt = 0; cLinesCount = 256;