hedgewars/uConsts.pas
changeset 13573 e896ff1b1d96
parent 13568 470982c05f7e
child 13582 517b26009073
--- 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.