# HG changeset patch # User unC0Rr # Date 1672842390 -3600 # Node ID b4809653f9d6ab3214e2fc051d45e2d3f11d8330 # Parent 022ec6b916b702567356a0165f1a71a0241998b2 Fix fill points getting out of bounds when the map is mirrored diff -r 022ec6b916b7 -r b4809653f9d6 share/hedgewars/Data/map_templates.yaml --- a/share/hedgewars/Data/map_templates.yaml Wed Jan 04 11:56:58 2023 +0100 +++ b/share/hedgewars/Data/map_templates.yaml Wed Jan 04 15:26:30 2023 +0100 @@ -2053,7 +2053,7 @@ - {x: 3925, y: 2098, w: 75, h: 50} - {x: 4050, y: 2173, w: 50, h: 75} fill_points: - - {x: 4095, y: 0} + - {x: 4094, y: 0} @@ -2086,9 +2086,9 @@ fill_points: - {x: 1, y: 90} - {x: 1, y: 500} - - {x: 4095, y: 500} + - {x: 4094, y: 500} - {x: 1, y: 1200} - - {x: 4095, y: 1200} + - {x: 4094, y: 1200} - {x: 1, y: 2010}