hedgewars/uLand.pas
changeset 10189 875607ce793d
parent 10181 4708343d5963
child 10197 c57798251b55
--- a/hedgewars/uLand.pas	Sun Mar 09 20:53:11 2014 -0400
+++ b/hedgewars/uLand.pas	Mon Mar 10 22:47:29 2014 +0400
@@ -322,7 +322,7 @@
     with Template do
         for i:= 0 to pred(FillPointsCount) do
             with fps[i] do
-                FillLand(x, y);
+                FillLand(x, y, 0, 0);
 
     DrawEdge(pa, lfBasic);