--- a/hedgewars/uLand.pas Wed Mar 24 11:01:21 2010 +0000
+++ b/hedgewars/uLand.pas Wed Mar 24 14:03:03 2010 +0000
@@ -828,6 +828,8 @@
if ((GameFlags and gfForts) = 0) and (Pathz[ptMapCurrent] = '') then AddObjects;
+FreeLandObjects;
+
UpdateLandTexture(0, LAND_WIDTH, 0, LAND_HEIGHT);
end;