summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 19:43:52 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 19:43:52 +0000
commitf3e295b4ec077f3f0ee9b82e12cb9c8eb5ceffc4 (patch)
tree23420ff202548b6af0e0b1d620b7a237ba10995e /src/table
parent181de38ae3b682e7d913862b9fe6124cd02fdccb (diff)
downloadopenttd-f3e295b4ec077f3f0ee9b82e12cb9c8eb5ceffc4.tar.xz
(svn r24134) -Add: Configurable limits for tree planting.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index efa70b7f0..5906042ee 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -411,6 +411,26 @@ min = 0
max = 1 << 30
interval = 1
+[SDT_VAR]
+base = GameSettings
+var = construction.tree_per_64k_frames
+type = SLE_UINT32
+from = 175
+def = 64 << 16
+min = 0
+max = 1 << 30
+interval = 1
+
+[SDT_VAR]
+base = GameSettings
+var = construction.tree_frame_burst
+type = SLE_UINT16
+from = 175
+def = 4096
+min = 0
+max = 1 << 30
+interval = 1
+
[SDT_BOOL]
base = GameSettings
var = construction.autoslope