# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1558304102 -7200
# Node ID 73edada4d71d7892686ddfb573cab8fb66499073
# Parent  bea068dd9356454af6a9a0562ae3089e486f50eb
Update MaxHedgehogs for template #43

diff -r bea068dd9356 -r 73edada4d71d hedgewars/uLandTemplates.pas
--- a/hedgewars/uLandTemplates.pas	Sun May 19 23:52:13 2019 +0200
+++ b/hedgewars/uLandTemplates.pas	Mon May 20 00:15:02 2019 +0200
@@ -2229,7 +2229,7 @@
         TemplateHeight: 4096; TemplateWidth: 4096;
         canMirror: true; canFlip: true; isNegative: false; canInvert: false;
         hasGirders: true;
-        MaxHedgeHogs: 48;
+        MaxHedgeHogs: 64;
        ),
        (BasePoints: PPointArray(@Template44Points);
         BasePointsCount: Succ(High(Template44Points));