changeset 7110 | c91d33837b0d |
parent 7034 | e3639ce1d4f8 |
child 7080 | dbf43c07a507 |
child 7180 | 53ffc8853008 |
child 7191 | 9419294e5f33 |
--- a/hedgewars/uTypes.pas Thu May 03 22:48:02 2012 +0200 +++ b/hedgewars/uTypes.pas Tue May 22 11:19:32 2012 +0200 @@ -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;