changeset 6992 | b8f3d8991e92 |
parent 6982 | 8d41d22a291d |
child 7010 | 10a0a31804f3 |
--- a/hedgewars/uGearsHedgehog.pas Wed May 02 12:24:44 2012 +0200 +++ b/hedgewars/uGearsHedgehog.pas Wed May 02 11:43:43 2012 +0100 @@ -30,7 +30,7 @@ procedure PickUp(HH, Gear: PGear); implementation -uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, uMisc, +uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, uCommands, uLocale, uUtils, uVisualGears, uStats, uIO, uScript, uGearsList, uGears, uCollisions, uRandom, uStore, uTeams, uGearsUtils;