hedgewars/uTeams.pas
changeset 689 f4ec46c48ed2
parent 602 f7628ebfccde
child 690 e9d35e319328
equal deleted inserted replaced
688:e4d1fb310a66 689:f4ec46c48ed2
    48              ExtDriven: boolean;
    48              ExtDriven: boolean;
    49              Binds: TBinds;
    49              Binds: TBinds;
    50              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    50              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    51              CurrHedgehog: LongWord;
    51              CurrHedgehog: LongWord;
    52              NameTag: PSDL_Surface;
    52              NameTag: PSDL_Surface;
    53              CrosshairSurf: PSDL_Surface;
    53              CrosshairSurf,
    54              GraveRect, HealthRect: TSDL_Rect;
    54              GraveSurf: PSDL_Surface;
       
    55              HealthRect: TSDL_Rect;
    55              GraveName: string;
    56              GraveName: string;
    56              FortName: string;
    57              FortName: string;
    57              TeamHealth: LongInt;
    58              TeamHealth: LongInt;
    58              TeamHealthBarWidth,
    59              TeamHealthBarWidth,
    59              NewTeamHealthBarWidth: LongInt;
    60              NewTeamHealthBarWidth: LongInt;