File diff r17988:0007c249e812 → r17989:632dd67c277f
src/landscape.cpp
Show inline comments
 
@@ -1131,7 +1131,7 @@ static bool FlowRiver(bool *marks, TileI
 
	if (found) {
 
		/* Flow further down hill. */
 
		found = FlowRiver(marks, spring, end);
 
	} else if (count > 10) {
 
	} else if (count > 32) {
 
		/* Maybe we can make a lake. Find the Nth of the considered tiles. */
 
		TileIndex lakeCenter = 0;
 
		for (int i = RandomRange(count - 1); i != 0; lakeCenter++) {