# HG changeset patch # User alfadur # Date 1541305198 -10800 # Node ID 703242ade2c159c76ac35bc32d4850e797c1e973 # Parent b04dac00e8e206eaac86c1d22949db96562af2a6 yaml crate is having problems with unaligned arrays diff -r b04dac00e8e2 -r 703242ade2c1 share/hedgewars/Data/map_templates.yaml --- a/share/hedgewars/Data/map_templates.yaml Sun Nov 04 07:16:34 2018 +0300 +++ b/share/hedgewars/Data/map_templates.yaml Sun Nov 04 07:19:58 2018 +0300 @@ -2085,11 +2085,11 @@ - {x: 0, y: 1800, w: 1, h: 200} fill_points: - {x: 1, y: 90} - - {x: 1, y: 500} - - {x: 4095, y: 500} - - {x: 1, y: 1200} - - {x: 4095, y: 1200} - - {x: 1, y: 2010} + - {x: 1, y: 500} + - {x: 4095, y: 500} + - {x: 1, y: 1200} + - {x: 4095, y: 1200} + - {x: 1, y: 2010} @@ -2118,8 +2118,8 @@ - {x: 1000, y: 1200, w: 200, h: 200} fill_points: - {x: 1, y: 1} - - {x: 1, y: 2047} - - {x: 1005, y: 805} + - {x: 1, y: 2047} + - {x: 1005, y: 805}