hedgewars/uGears.pas
changeset 3405 8fdb08497bf1
parent 3399 885304636abf
child 3407 dcc129c4352e
--- a/hedgewars/uGears.pas	Sun May 02 18:25:13 2010 +0000
+++ b/hedgewars/uGears.pas	Sun May 02 18:42:19 2010 +0000
@@ -89,10 +89,10 @@
 procedure FreeGearsList;
 procedure AddMiscGears;
 procedure AssignHHCoords;
-function GearByUID(uid : Longword) : PGear;
+function  GearByUID(uid : Longword) : PGear;
 procedure InsertGearToList(Gear: PGear);
 procedure RemoveGearFromList(Gear: PGear);
-function ModifyDamage(dmg: Longword; Gear: PGear): Longword;
+function  ModifyDamage(dmg: Longword; Gear: PGear): Longword;
 procedure FindPlace(var Gear: PGear; withFall: boolean; Left, Right: LongInt);
 
 implementation