Remove crosshair from skip
authorunc0rr
Thu, 03 Sep 2009 10:02:50 +0000
changeset 2347 3c25c1f6180e
parent 2346 f07fd1ac2c48
child 2348 b39d826e1ccd
Remove crosshair from skip
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Thu Sep 03 09:49:22 2009 +0000
+++ b/hedgewars/uConsts.pas	Thu Sep 03 10:02:50 2009 +0000
@@ -803,7 +803,8 @@
 			NameTex: nil;
 			Probability: 0;
 			NumberInCase: 1;
-			Ammo: (Propz: ammoprop_DontHold;
+			Ammo: (Propz: ammoprop_NoCrosshair or
+							ammoprop_DontHold;
 					Count: AMMO_INFINITE;
 					NumPerTurn: 0;
 					Timer: 0;