yaml crate is having problems with unaligned arrays
authoralfadur
Sun, 04 Nov 2018 07:19:58 +0300
changeset 14129 703242ade2c1
parent 14128 b04dac00e8e2
child 14130 ab280be4b617
child 14131 c416d32764b7
yaml crate is having problems with unaligned arrays
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}