hedgewars/uLand.pas
changeset 3058 2ebc20485344
parent 3055 f542a36ef6c0
child 3133 1ab5f18f4df8
--- 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;