diff -r b2b72fc7fc14 -r f8c1492601fe hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed May 27 00:02:20 2020 +0200 +++ b/hedgewars/uConsts.pas Wed May 27 01:24:50 2020 +0200 @@ -195,6 +195,7 @@ cBorderWidth = 6; // width of indestructible border // width of 3 allowed hogs to be knocked through with grenade + cCloudOffset = 1184; // Y offset for clouds (cloud height = LAND_HEIGHT-cCloudOffset) cHHRadius = 9; // hedgehog radius cHHStepTicks = 29;