hedgewars/uVariables.pas
changeset 12708 5ef6780b1c05
parent 12701 79e13080b9db
child 12711 20dbb3a03e61
--- a/hedgewars/uVariables.pas	Wed Oct 18 02:17:03 2017 +0200
+++ b/hedgewars/uVariables.pas	Wed Oct 18 03:19:43 2017 +0200
@@ -822,7 +822,7 @@
                 AmmoType: amNothing;
                 AttackVoice: sndNone;
                 Bounciness: 1000);
-            Slot: 0;
+            Slot: cHiddenSlotIndex;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -2425,9 +2425,7 @@
                 AmmoType: amDuck;
                 AttackVoice: sndNone;
                 Bounciness: 1000);
-            Slot: 8; // FIXME: Use slot 0. for some reason, hwengine does not like it
-                     // when we put it into slot 0.
-                     // Probably related to amNothing being in slot 0, too?
+            Slot: 0;
             TimeAfterTurn: 3000;
             minAngle: 0;
             maxAngle: 0;