mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
Cleanup: Fix typo in settings.h.preamble.
This commit is contained in:
parent
cdd2892c49
commit
f246f8faef
@ -28,7 +28,7 @@ static size_t ConvertLandscape(const char *value);
|
|||||||
* These are for client-only variables. Here the 'var' refers to an
|
* These are for client-only variables. Here the 'var' refers to an
|
||||||
* entry inside _settings_client.
|
* entry inside _settings_client.
|
||||||
* 3. SDT_something
|
* 3. SDT_something
|
||||||
* Thse are for members in the struct described by the current
|
* These are for members in the struct described by the current
|
||||||
* #SettingDesc list / .ini file. Here, 'base' specifies type of the
|
* #SettingDesc list / .ini file. Here, 'base' specifies type of the
|
||||||
* struct while 'var' points out the member of the struct (the actual
|
* struct while 'var' points out the member of the struct (the actual
|
||||||
* struct to store it in is implicitly defined by the #SettingDesc
|
* struct to store it in is implicitly defined by the #SettingDesc
|
||||||
|
Loading…
Reference in New Issue
Block a user