hedgewars/uTypes.pas
changeset 7034 e3639ce1d4f8
parent 7016 8b34f46e10c1
child 7080 dbf43c07a507
child 7180 53ffc8853008
child 7191 9419294e5f33
--- 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;