hedgewars/uGame.pas
changeset 3407 dcc129c4352e
parent 2948 3f21a9dc93d0
child 3463 23c50be687a9
--- a/hedgewars/uGame.pas	Sun May 02 20:30:23 2010 +0000
+++ b/hedgewars/uGame.pas	Sun May 02 22:00:50 2010 +0000
@@ -20,14 +20,13 @@
 
 unit uGame;
 interface
-uses uFloat;
 
 procedure DoGameTick(Lag: LongInt);
 
 ////////////////////
    implementation
 ////////////////////
-uses uMisc, uConsts, uWorld, uKeys, uTeams, uIO, uAI, uGears, uConsole, uScript;
+uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript;
 
 procedure DoGameTick(Lag: LongInt);
 var i: LongInt;