hedgewars/uLand.pas
changeset 10189 875607ce793d
parent 10181 4708343d5963
child 10197 c57798251b55
equal deleted inserted replaced
10188:e8f2dbabd01b 10189:875607ce793d
   320     DrawEdge(pa, 0);
   320     DrawEdge(pa, 0);
   321 
   321 
   322     with Template do
   322     with Template do
   323         for i:= 0 to pred(FillPointsCount) do
   323         for i:= 0 to pred(FillPointsCount) do
   324             with fps[i] do
   324             with fps[i] do
   325                 FillLand(x, y);
   325                 FillLand(x, y, 0, 0);
   326 
   326 
   327     DrawEdge(pa, lfBasic);
   327     DrawEdge(pa, lfBasic);
   328 
   328 
   329     MaxHedgehogs:= Template.MaxHedgehogs;
   329     MaxHedgehogs:= Template.MaxHedgehogs;
   330     hasGirders:= Template.hasGirders;
   330     hasGirders:= Template.hasGirders;