hedgewars/uConsole.pas
changeset 3935 5ca27a0e9a63
parent 3894 9abce5468583
child 3939 e6fddcb04dc2
--- a/hedgewars/uConsole.pas	Sat Oct 09 05:57:46 2010 +0200
+++ b/hedgewars/uConsole.pas	Sat Oct 09 18:00:53 2010 +0200
@@ -37,7 +37,7 @@
 procedure doPut(putX, putY: LongInt; fromAI: boolean);
 
 implementation
-uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld,
+uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile,
      uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript;
 
 const cLineWidth: LongInt = 0;