hedgewars/uConsts.pas
branchios-develop
changeset 13418 ba39a1d396c0
parent 13277 5984e8c6cbeb
child 13390 ec1491bb5acc
child 13459 794dcf69a5aa
child 13555 d42237d16acf
--- a/hedgewars/uConsts.pas	Sun Jun 10 18:56:51 2018 +0200
+++ b/hedgewars/uConsts.pas	Sun Jun 10 19:12:26 2018 +0200
@@ -209,7 +209,7 @@
     gfVampiric           = $00000200;
     gfKarma              = $00000400;
     gfArtillery          = $00000800;
-    gfForts              = $00001000;
+    gfSwitchHog          = $00001000;
     gfRandomOrder        = $00002000;
     gfKing               = $00004000;
     gfPlaceHog           = $00008000;
@@ -277,7 +277,7 @@
 
     cMaxSlotIndex       = 10;
     cHiddenSlotIndex    = cMaxSlotIndex; // slot for hidden ammo types, not visible and has no key
-    cMaxSlotAmmoIndex   = 5;
+    cMaxSlotAmmoIndex   = 6;
 
     // ai hints
     aihUsualProcessing    = $00000000;