tgp.c
changeset 4434 a08cb4b5c179
parent 4300 c7e43c47a2b9
child 4549 106ed18a7675
--- a/tgp.c	Mon Aug 28 12:57:33 2006 +0000
+++ b/tgp.c	Mon Aug 28 18:53:03 2006 +0000
@@ -198,7 +198,7 @@
 #define FOR_ALL_TILES_IN_HEIGHT(h) for (h = _height_map.h; h < &_height_map.h[_height_map.total_size]; h++)
 
 /** Noise amplitudes (multiplied by 1024)
- *	- indexed by "smoothness setting" and log2(frequency) */
+ * - indexed by "smoothness setting" and log2(frequency) */
 static const amplitude_t _amplitudes_by_smoothness_and_frequency[4][12] = {
 	// Very smooth
 	{1000,  350,  123,   43,   15,    1,     1,    0,    0,    0,    0,    0},