hedgewars/uVariables.pas
changeset 12306 cdd884397760
parent 12286 b4dde7035fe2
child 12317 b81a1d1497c4
--- a/hedgewars/uVariables.pas	Sat Apr 22 22:23:49 2017 +0200
+++ b/hedgewars/uVariables.pas	Sat Apr 22 23:06:47 2017 +0200
@@ -186,6 +186,7 @@
     cBuildMaxDist   : LongInt;
     cDamageModifier : hwFloat;
     cLaserSighting  : boolean;
+    cLaserSightingSniper : boolean;
     cVampiric       : boolean;
     cArtillery      : boolean;
     WeaponTooltipTex: PTexture;
@@ -2762,6 +2763,7 @@
     ZoomValue       := cDefaultZoomLevel;
     WeaponTooltipTex:= nil;
     cLaserSighting  := false;
+    cLaserSightingSniper := false;
     cVampiric       := false;
     cArtillery      := false;
     flagMakeCapture := false;