src/tgp.cpp
changeset 10438 51bff16a04c9
parent 9615 d532e3ba44c0
child 10440 0a91ea45b0e8
--- a/src/tgp.cpp	Thu Dec 18 18:47:39 2008 +0000
+++ b/src/tgp.cpp	Fri Dec 19 01:32:07 2008 +0200
@@ -711,10 +711,10 @@
 
 	HeightMapAdjustWaterLevel(water_percent, h_max_new);
 
-	HeightMapCoastLines();
+	//HeightMapCoastLines();
 	HeightMapSmoothSlopes(roughness);
 
-	HeightMapSmoothCoasts();
+	//HeightMapSmoothCoasts();
 	HeightMapSmoothSlopes(roughness);
 
 	HeightMapSineTransform(12, h_max_new);