diff options
author | Patric Stout <truebrain@openttd.org> | 2021-05-29 11:08:58 +0200 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-05-29 11:27:00 +0200 |
commit | b0f44d7eb1cfac13a5ede8b7154664f5fb455775 (patch) | |
tree | e4344a0a4bffd74089047223773b1274c5b5394e /src/table/settings/company_settings.ini | |
parent | e58046c9477d52470ebb50e2dbd1ccc1af9dae25 (diff) | |
download | openttd-b0f44d7eb1cfac13a5ede8b7154664f5fb455775.tar.xz |
Doc: describe what each settings-file is about
Diffstat (limited to 'src/table/settings/company_settings.ini')
-rw-r--r-- | src/table/settings/company_settings.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/table/settings/company_settings.ini b/src/table/settings/company_settings.ini index bb104adeb..576710065 100644 --- a/src/table/settings/company_settings.ini +++ b/src/table/settings/company_settings.ini @@ -4,6 +4,9 @@ ; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. ; +; These are settings that are company-wide. Meaning that if 1 player in a +; company changes them, it changes for all players. + [pre-amble] static void UpdateServiceInterval(int32 new_value); static bool CanUpdateServiceInterval(VehicleType type, int32 &new_value); |