diff -r 3101306251e5 -r cbb93eb90304 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Jun 20 21:20:06 2006 +0000 +++ b/hedgewars/uGears.pas Tue Jun 20 21:21:31 2006 +0000 @@ -73,11 +73,11 @@ procedure AssignHHCoords; var CurAmmoGear: PGear = nil; - + GearsList: PGear = nil; + implementation uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uLandGraphics; -var GearsList: PGear = nil; - RopePoints: record +var RopePoints: record Count: Longword; HookAngle: integer; ar: array[0..300] of record @@ -145,7 +145,7 @@ gtHedgehog: begin Result.Radius:= cHHRadius; Result.Elasticity:= 0.002; - Result.Friction:= 0.999; + Result.Friction:= 0.9985; Result.Angle:= cMaxAngle div 2; end; gtAmmo_Grenade: begin