summaryrefslogtreecommitdiff
path: root/src/tgp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-02 15:13:15 +0000
committerrubidium <rubidium@openttd.org>2009-10-02 15:13:15 +0000
commite9624fe0cc4b2716358a563edb1bc48c05cdbcce (patch)
tree47b976b3f59881e0d573df8645e27e1f9d7e9981 /src/tgp.cpp
parent9c6157c578a63db38f8dd544abb0f16cd058111b (diff)
downloadopenttd-e9624fe0cc4b2716358a563edb1bc48c05cdbcce.tar.xz
(svn r17682) -Codechange: remove erroneous space before some commas
Diffstat (limited to 'src/tgp.cpp')
-rw-r--r--src/tgp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tgp.cpp b/src/tgp.cpp
index 30475347f..2740e0ee3 100644
--- a/src/tgp.cpp
+++ b/src/tgp.cpp
@@ -538,7 +538,7 @@ static void HeightMapAdjustWaterLevel(amplitude_t water_percent, height_t h_max_
* Transform the height map into new (normalized) height map:
* values from range: h_min..h_water_level will become negative so it will be clamped to 0
* values from range: h_water_level..h_max are transformed into 0..h_max_new
- * , where h_max_new is 4, 8, 12 or 16 depending on terrain type (very flat, flat, hilly, mountains)
+ * where h_max_new is 4, 8, 12 or 16 depending on terrain type (very flat, flat, hilly, mountains)
*/
FOR_ALL_TILES_IN_HEIGHT(h) {
/* Transform height from range h_water_level..h_max into 0..h_max_new range */