hedgewars/uGearsHedgehog.pas
changeset 6992 b8f3d8991e92
parent 6982 8d41d22a291d
child 7010 10a0a31804f3
equal deleted inserted replaced
6991:1ec44dde5eb9 6992:b8f3d8991e92
    28 procedure doStepHedgehogMoving(Gear: PGear); 
    28 procedure doStepHedgehogMoving(Gear: PGear); 
    29 procedure HedgehogChAngle(HHGear: PGear); 
    29 procedure HedgehogChAngle(HHGear: PGear); 
    30 procedure PickUp(HH, Gear: PGear);
    30 procedure PickUp(HH, Gear: PGear);
    31 
    31 
    32 implementation
    32 implementation
    33 uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, uMisc, 
    33 uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, 
    34     uCommands, uLocale, uUtils, uVisualGears, uStats, uIO, uScript,
    34     uCommands, uLocale, uUtils, uVisualGears, uStats, uIO, uScript,
    35     uGearsList, uGears, uCollisions, uRandom, uStore, uTeams, 
    35     uGearsList, uGears, uCollisions, uRandom, uStore, uTeams, 
    36     uGearsUtils;
    36     uGearsUtils;
    37 
    37 
    38 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?
    38 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?