hedgewars/uTypes.pas
changeset 10634 35d059bd0932
parent 10603 bda5c7caf396
child 10748 dc587913987c
child 10784 3f689d3e28eb
equal deleted inserted replaced
10633:2f062fac5791 10634:35d059bd0932
   386             ExtDriven: boolean;
   386             ExtDriven: boolean;
   387             Binds: TBinds;
   387             Binds: TBinds;
   388             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   388             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   389             CurrHedgehog: LongWord;
   389             CurrHedgehog: LongWord;
   390             NameTagTex,
   390             NameTagTex,
   391             OwnerTex: PTexture;
   391             OwnerTex,
   392             GraveTex,
   392             GraveTex,
   393             AIKillsTex,
   393             AIKillsTex,
   394             FlagTex: PTexture;
   394             FlagTex: PTexture;
   395             Flag: shortstring;
   395             Flag: shortstring;
   396             GraveName: shortstring;
   396             GraveName: shortstring;