hedgewars/uConsole.pas
changeset 950 feb18ec0c5c2
parent 946 42c5cc87cbd1
child 969 7e8a87136fae
--- a/hedgewars/uConsole.pas	Sun May 25 14:09:44 2008 +0000
+++ b/hedgewars/uConsole.pas	Sun May 25 18:09:21 2008 +0000
@@ -36,7 +36,8 @@
 implementation
 {$J+}
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
-     uRandom, uAmmos, uTriggers, GL, uStats, uGame;
+     uRandom, uAmmos, uTriggers, GL, uStats, uGame, uChat;
+
 const cLineWidth: LongInt = 0;
       cLinesCount = 256;