hedgewars/uLandTemplates.pas
changeset 1784 dfe9bafb4590
parent 1776 dd5648e250e4
child 1792 c30c6944bd49
--- a/hedgewars/uLandTemplates.pas	Sat Jan 31 15:44:07 2009 +0000
+++ b/hedgewars/uLandTemplates.pas	Sun Feb 01 15:58:44 2009 +0000
@@ -35,6 +35,7 @@
                      TemplateHeight, TemplateWidth: Longword;
                      canMirror, canFlip, isNegative, canInvert: boolean;
                      hasGirders: boolean;
+                     MaxHedgeHogs: Longword;
                      end;
 
 //////////////////////////////////////////////////////////////////////////////
@@ -85,6 +86,7 @@
         TemplateHeight: 1024; TemplateWidth: 4096;
         canMirror: true; canFlip: false; isNegative: true; canInvert: false;
         hasGirders: false;  // this map, and some other caves, are cramped enough and have plenty of ceiling. Maybe not all caves though
+        MaxHedgehogs: 24;
        )
       );