hedgewars/uTeams.pas
changeset 198 6f00e0f4cb88
parent 196 993cf173218b
child 247 07605d2a2024
equal deleted inserted replaced
197:8a7123b84d1b 198:6f00e0f4cb88
    44              Binds: TBinds;
    44              Binds: TBinds;
    45              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    45              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    46              Ammos: array[0..cMaxHHIndex] of THHAmmo;
    46              Ammos: array[0..cMaxHHIndex] of THHAmmo;
    47              CurrHedgehog: integer;
    47              CurrHedgehog: integer;
    48              NameTag: PSDL_Surface;
    48              NameTag: PSDL_Surface;
    49              CrossHairRect,
    49              CrosshairSurf: PSDL_Surface;
    50              GraveRect, HealthRect: TSDL_Rect;
    50              GraveRect, HealthRect: TSDL_Rect;
    51              GraveName: string;
    51              GraveName: string;
    52              FortName: string;
    52              FortName: string;
    53              TeamHealth: integer;
    53              TeamHealth: integer;
    54              TeamHealthBarWidth: integer;
    54              TeamHealthBarWidth: integer;