diff -r a71e6856ffab -r e896ff1b1d96 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Jul 30 13:20:01 2018 +0200 +++ b/hedgewars/uConsts.pas Mon Jul 30 16:30:03 2018 +0200 @@ -361,6 +361,8 @@ cMinPlayWidth = 200; cWorldEdgeDist = 200; + cMaxLaserSightWraps = 1; + implementation end.