hedgewars/uGears.pas
changeset 783 4f59db6f147d
parent 777 86177328b094
child 785 ac538f1a629e
equal deleted inserted replaced
782:e2d2b84aa776 783:4f59db6f147d
    39              Angle, Power : Longword;
    39              Angle, Power : Longword;
    40              DirAngle: real;
    40              DirAngle: real;
    41              Timer : LongWord;
    41              Timer : LongWord;
    42              Elasticity: hwFloat;
    42              Elasticity: hwFloat;
    43              Friction  : hwFloat;
    43              Friction  : hwFloat;
    44              Message : Longword;
    44              Message, MsgParam : Longword;
    45              Hedgehog: pointer;
    45              Hedgehog: pointer;
    46              Health, Damage: LongInt;
    46              Health, Damage: LongInt;
    47              CollisionIndex: LongInt;
    47              CollisionIndex: LongInt;
    48              Tag: LongInt;
    48              Tag: LongInt;
    49              Tex: PTexture;
    49              Tex: PTexture;