Fix parachute having crosshair
authorunc0rr
Sun, 18 Feb 2007 21:16:41 +0000
changeset 454 19b0164f4284
parent 453 4b1236759402
child 455 925891c52e40
Fix parachute having crosshair
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Sun Feb 18 16:57:43 2007 +0000
+++ b/hedgewars/uConsts.pas	Sun Feb 18 21:16:41 2007 +0000
@@ -543,7 +543,8 @@
                                    NumberInCase: 1;
                                    Ammo: (Propz: ammoprop_ForwMsgs or
                                                  ammoprop_AttackInJump or
-                                                 ammoprop_AttackInFall;
+                                                 ammoprop_AttackInFall or
+                                                 ammoprop_NoCrosshair;
                                           Count: 2;
                                           NumPerTurn: 0;
                                           Timer: 0;