diff -r d3a52e51efd4 -r cdd884397760 hedgewars/uVariables.pas --- 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;