hedgewars/uConsole.pas
changeset 4359 83ef50815535
parent 4357 a1fcfc341a52
child 4369 334fc848e051
--- a/hedgewars/uConsole.pas	Wed Nov 17 17:22:36 2010 +0300
+++ b/hedgewars/uConsole.pas	Wed Nov 17 17:45:55 2010 +0300
@@ -38,7 +38,8 @@
 
 implementation
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile,
-     uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes;
+     uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes,
+     uVariables;
 
 const cLineWidth: LongInt = 0;
       cLinesCount = 256;