diff -r b0ed2b17c0cf -r 0879fba70510 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Jun 29 19:35:59 2019 +0200 +++ b/hedgewars/uConsts.pas Sat Jun 29 20:41:14 2019 +0200 @@ -169,6 +169,7 @@ cVisibleWater : LongInt = 128; cTeamHealthWidth : LongInt = 128; + cGearContourThreshold : LongInt = 179; // if water opacity is higher than this, draw contour for some gears when in water cifRandomize = $00000001; cifTheme = $00000002;