hedgewars/uConsts.pas
changeset 14306 12e7442e4034
parent 14041 44f20c9e6861
child 14514 5ac181cb2396
--- a/hedgewars/uConsts.pas	Mon Nov 26 22:48:27 2018 +0100
+++ b/hedgewars/uConsts.pas	Tue Nov 27 03:08:06 2018 +0100
@@ -303,7 +303,7 @@
     // ammo slots
     cMaxSlotIndex       = 10; // maximum slot index (including hidden slot) (row in ammo menu)
     cHiddenSlotIndex    = cMaxSlotIndex; // slot for hidden ammo types, not visible and has no key
-    cMaxSlotAmmoIndex   = 6; // maximum index for ammos per slot (column in ammo menu)
+    cMaxSlotAmmoIndex   = 5; // maximum index for ammos per slot (column in ammo menu)
 
     // AI hints to be set for any gear
     aihUsualProcessing    = $00000000; // treat gear as usual