diff -r 583049a98113 -r e3639ce1d4f8 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Tue May 08 00:17:02 2012 +0400 +++ b/hedgewars/uTypes.pas Thu May 10 00:58:05 2012 +0400 @@ -322,8 +322,8 @@ voicepack: PVoicePack; end; + THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; PHHAmmo = ^THHAmmo; - THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; THedgehog = record Name: shortstring;