summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-20 14:14:17 +0000
committerrubidium <rubidium@openttd.org>2011-08-20 14:14:17 +0000
commit0041408e4fa59b0639bfbd475314421c343a3ce8 (patch)
tree27f2f80c0c4fd66d99b63e3a1dc0a13405410cb3 /src/table
parente8a9bb3c0d4d906e7ea140f23cb0d474995799ef (diff)
downloadopenttd-0041408e4fa59b0639bfbd475314421c343a3ce8.tar.xz
(svn r22767) -Add: river generation
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index c5fe20ee4..03d9654f0 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -1860,6 +1860,33 @@ def = 1
min = 2
max = 90
+[SDT_VAR]
+base = GameSettings
+var = game_creation.min_river_length
+type = SLE_UINT8
+from = 163
+def = 16
+min = 2
+max = 255
+
+[SDT_VAR]
+base = GameSettings
+var = game_creation.river_route_random
+type = SLE_UINT8
+from = 163
+def = 5
+min = 1
+max = 255
+
+[SDT_VAR]
+base = GameSettings
+var = game_creation.amount_of_rivers
+type = SLE_UINT8
+from = 163
+def = 2
+min = 0
+max = 3
+
; locale
[SDT_OMANY]