summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-07 23:59:59 +0000
committerdarkvater <darkvater@openttd.org>2005-01-07 23:59:59 +0000
commit116789022c70f8f34c839ef85db8701472b3d634 (patch)
treec343b9a28596934c1b2104f657c6c1fe13651e5b /settings.c
parentb78b576b214512a66dde9b59eea141824d162690 (diff)
downloadopenttd-116789022c70f8f34c839ef85db8701472b3d634.tar.xz
(svn r1418) -Feature: [1098254] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid)
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 3ff3fecb1..552fc4ea5 100644
--- a/settings.c
+++ b/settings.c
@@ -898,6 +898,7 @@ const SettingDesc patch_settings[] = {
{"serviceathelipad", SDT_BOOL, (void*)true, &_patches.serviceathelipad, NULL},
{"smooth_economy", SDT_BOOL, (void*)true, &_patches.smooth_economy, NULL},
+ {"allow_shares", SDT_BOOL, (void*)true, &_patches.allow_shares, NULL},
{"dist_local_authority",SDT_UINT8, (void*)20, &_patches.dist_local_authority, NULL},
{"wait_oneway_signal", SDT_UINT8, (void*)15, &_patches.wait_oneway_signal, NULL},