hedgewars/uTypes.pas
branchqmlfrontend
changeset 10748 dc587913987c
parent 10606 8e95911cb86b
parent 10634 35d059bd0932
child 10817 48a53259fad8
equal deleted inserted replaced
10616:20a2d5e6930a 10748:dc587913987c
   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;