diff -r c273908218f3 -r 772a43d88e6b hedgewars/uLandUtils.pas --- a/hedgewars/uLandUtils.pas Wed Feb 15 12:42:43 2023 +0100 +++ b/hedgewars/uLandUtils.pas Fri Mar 10 11:42:25 2023 +0100 @@ -89,7 +89,7 @@ leftX:= (LAND_WIDTH - playWidth) div 2; rightX:= Pred(leftX + playWidth); topY:= LAND_HEIGHT - playHeight; - + cWaterLine:= LAND_HEIGHT; // let's assume those are powers of two LAND_WIDTH_MASK:= not(LAND_WIDTH-1);