diff options
author | TechGeekNZ <git@tech.geek.nz> | 2020-06-05 14:32:26 +1200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-06-05 08:38:40 +0200 |
commit | 012fea301d886534733ba5c7d70b8af4381ab260 (patch) | |
tree | a38fcf3e606599b70c00aa1d7a4a30879bc1e14d /src/table | |
parent | f246f8faef8d9f949e7d64a624a5a1628a857508 (diff) | |
download | openttd-012fea301d886534733ba5c7d70b8af4381ab260.tar.xz |
Cleanup: Add note explaining how settings.h is generated from source.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.h.preamble | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/table/settings.h.preamble b/src/table/settings.h.preamble index 2b2257539..3d372c245 100644 --- a/src/table/settings.h.preamble +++ b/src/table/settings.h.preamble @@ -13,7 +13,9 @@ static size_t ConvertLandscape(const char *value); /**************************** * OTTD specific INI stuff - ****************************/ + **************************** + * DO NOT edit this file. This file is automatically generated from the contents of /src/table/ + */ /** * Settings-macro usage: |