diff -r f4bdebced042 -r dcc129c4352e hedgewars/uGame.pas --- 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;