summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorJack Baron <jackmbaron@gmail.com>2019-10-18 01:47:29 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-10-19 20:31:44 +0100
commit7c9dedb94f3b3ebca222f544f7d7502f22d03bb7 (patch)
tree774c0a7e71ef1db71f3618987d5ccede2c810e28 /src/settings_gui.cpp
parent53f8d0b815a7be57fb6489d95e67b9002ade14d7 (diff)
downloadopenttd-7c9dedb94f3b3ebca222f544f7d7502f22d03bb7.tar.xz
Feature: Configure minimum share trading years
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index bde6e0557..e93da22d0 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1768,6 +1768,7 @@ static SettingsContainer &GetSettingsTree()
ai->Add(new SettingEntry("economy.give_money"));
ai->Add(new SettingEntry("economy.allow_shares"));
+ ai->Add(new SettingEntry("economy.min_years_for_shares"));
}
main->Init();