hedgewars/uConsts.pas
changeset 509 fd58135a4407
parent 495 62c1c2b4414c
child 511 2b5b9e00419d
--- a/hedgewars/uConsts.pas	Sun May 06 20:50:53 2007 +0000
+++ b/hedgewars/uConsts.pas	Mon May 07 20:21:26 2007 +0000
@@ -121,9 +121,12 @@
 
       cHHRadius = 9;
       cHHStepTicks = 38;
+
       cHHZ = 1000;
       cCurrHHZ = Succ(cHHZ);
 
+      cShotgunRadius = 22;
+
       cKeyMaxIndex = 1023;
 
       cMaxCaptions = 4;