hedgewars/uTypes.pas
changeset 7016 8b34f46e10c1
parent 7010 10a0a31804f3
child 7034 e3639ce1d4f8
equal deleted inserted replaced
7015:08642c7da4a3 7016:8b34f46e10c1
   324 
   324 
   325     PHHAmmo = ^THHAmmo;
   325     PHHAmmo = ^THHAmmo;
   326     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
   326     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
   327 
   327 
   328     THedgehog = record
   328     THedgehog = record
   329             Name: string[192];
   329             Name: shortstring;
   330             Gear: PGear;
   330             Gear: PGear;
   331             GearHidden: PGear;
   331             GearHidden: PGear;
   332             SpeechGear: PVisualGear;
   332             SpeechGear: PVisualGear;
   333             NameTagTex,
   333             NameTagTex,
   334             HealthTagTex,
   334             HealthTagTex,
   350             Effects: array[THogEffect] of LongInt;
   350             Effects: array[THogEffect] of LongInt;
   351             end;
   351             end;
   352 
   352 
   353     TTeam = record
   353     TTeam = record
   354             Clan: PClan;
   354             Clan: PClan;
   355             TeamName: string[192];
   355             TeamName: shortstring;
   356             ExtDriven: boolean;
   356             ExtDriven: boolean;
   357             Binds: TBinds;
   357             Binds: TBinds;
   358             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   358             Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
   359             CurrHedgehog: LongWord;
   359             CurrHedgehog: LongWord;
   360             NameTagTex: PTexture;
   360             NameTagTex: PTexture;