hedgewars/uTypes.pas
changeset 9790 0b4b9fda5bd4
parent 9769 5814e0c47c99
child 9950 2759212a27de
child 9969 f27921b31b61
equal deleted inserted replaced
9789:4b7df6e96b78 9790:0b4b9fda5bd4
   378             TeamName: shortstring;
   378             TeamName: shortstring;
   379             ExtDriven: boolean;
   379             ExtDriven: boolean;
   380             Binds: TBinds;
   380             Binds: TBinds;
   381             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   381             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   382             CurrHedgehog: LongWord;
   382             CurrHedgehog: LongWord;
   383             NameTagTex: PTexture;
   383             NameTagTex,
       
   384             OwnerTex: PTexture;
   384             GraveTex,
   385             GraveTex,
   385             AIKillsTex,
   386             AIKillsTex,
   386             FlagTex: PTexture;
   387             FlagTex: PTexture;
   387             Flag: shortstring;
   388             Flag: shortstring;
   388             GraveName: shortstring;
   389             GraveName: shortstring;
   389             FortName: shortstring;
   390             FortName: shortstring;
       
   391             Owner: shortstring;
   390             TeamHealth: LongInt;
   392             TeamHealth: LongInt;
   391             TeamHealthBarHealth: LongInt;
   393             TeamHealthBarHealth: LongInt;
   392             DrawHealthY: LongInt;
   394             DrawHealthY: LongInt;
   393             AttackBar: LongWord;
   395             AttackBar: LongWord;
   394             HedgehogsNumber: Longword;
   396             HedgehogsNumber: Longword;