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