typo in template 41 definition. using FPoints from 40
authornemo
Tue, 30 Mar 2010 17:50:58 +0000
changeset 3183 9f51543d173b
parent 3182 f75d546414c4
child 3184 4f02f6a834b7
typo in template 41 definition. using FPoints from 40
hedgewars/uLandTemplates.pas
--- a/hedgewars/uLandTemplates.pas	Tue Mar 30 17:44:02 2010 +0000
+++ b/hedgewars/uLandTemplates.pas	Tue Mar 30 17:50:58 2010 +0000
@@ -2006,7 +2006,7 @@
        ),
        (BasePoints: @Template41Points;
         BasePointsCount: Succ(High(Template41Points));
-        FillPoints: @Template40FPoints;
+        FillPoints: @Template41FPoints;
         FillPointsCount: Succ(High(Template41FPoints));
         BezierizeCount: 3;
         RandPassesCount: 5;