summaryrefslogtreecommitdiff
path: root/settings_gui.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_gui.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_gui.c')
-rw-r--r--settings_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 1ec1d6075..4d862f425 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -685,6 +685,7 @@ static const PatchEntry _patches_economy[] = {
{PE_INT32, PF_NOCOMMA, STR_CONFIG_PATCHES_STARTING_DATE, "starting_date", &_patches.starting_date, 1920,2100, 1, NULL},
{PE_BOOL, 0, STR_CONFIG_PATCHES_SMOOTH_ECONOMY, "smooth_economy", &_patches.smooth_economy, 0, 0, 0, NULL},
+ {PE_BOOL, 0, STR_CONFIG_PATCHES_ALLOW_SHARES, "allow_shares", &_patches.allow_shares, 0, 0, 0, NULL},
};
static const PatchEntry _patches_ai[] = {