diff -r fe0e3903bb9e -r bcefeeabaa33 hedgewars/uCommands.pas --- a/hedgewars/uCommands.pas Thu Nov 18 09:12:27 2010 +0300 +++ b/hedgewars/uCommands.pas Thu Nov 18 11:32:47 2010 +0300 @@ -15,9 +15,9 @@ procedure doPut(putX, putY: LongInt; fromAI: boolean); implementation -uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uMobile, +uses uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uMobile, uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes, - uVariables, uConsole, uFloat; + uVariables, uConsole, uFloat, uMisc, uUtils; type PVariable = ^TVariable; TVariable = record