diff -r 08642c7da4a3 -r 8b34f46e10c1 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Thu May 03 13:25:40 2012 +0200 +++ b/hedgewars/uTypes.pas Thu May 03 16:04:38 2012 +0100 @@ -326,7 +326,7 @@ THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; THedgehog = record - Name: string[192]; + Name: shortstring; Gear: PGear; GearHidden: PGear; SpeechGear: PVisualGear; @@ -352,7 +352,7 @@ TTeam = record Clan: PClan; - TeamName: string[192]; + TeamName: shortstring; ExtDriven: boolean; Binds: TBinds; Hedgehogs: array[0..cMaxHHIndex] of THedgehog;