--- 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;
)
);