diff options
author | rubidium42 <rubidium@openttd.org> | 2021-05-22 08:32:51 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-05-27 18:49:43 +0200 |
commit | ac99a38175c78612d058b40e7e1219d440b3d7ce (patch) | |
tree | defdad69d6aa48997a64bb72e7d6ffe44e898eb6 /src/script/api/script_gamesettings.cpp | |
parent | 8ffb4122df903393bceca49a25ac81cc42cca3ff (diff) | |
download | openttd-ac99a38175c78612d058b40e7e1219d440b3d7ce.tar.xz |
Cleanup: remove and/or fix some confusing comments
The comments for SettingDescType; it is a byte, so not 4 bytes and since it is not a flag there are about 250 other possibilities left instead of 9.
SettingGuiFlag is uint16 so has 2 bytes allocated.
SettingDescGlobVarList and related comments imply that global vars cannot be used elsewhere, but they are used for settings just fine. Even then the type is not used anywhere else but the definition of the table.
Diffstat (limited to 'src/script/api/script_gamesettings.cpp')
0 files changed, 0 insertions, 0 deletions