diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2019-02-18 23:55:45 +0000 |
---|---|---|
committer | PeterN <peter@fuzzle.org> | 2019-03-16 22:30:11 +0000 |
commit | fe448a26166dbde1933be797951f0c6329523911 (patch) | |
tree | 20d9ad7cf6bf6067a929a3d0b69375387771128c /src/table | |
parent | c7b5f34138cf08016239c6f5732e5ae8c0262230 (diff) | |
download | openttd-fe448a26166dbde1933be797951f0c6329523911.tar.xz |
Remove: OPF
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 13d848362..7ab00d5a3 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -953,12 +953,12 @@ type = SLE_UINT8 from = SLV_87 guiflags = SGF_MULTISTRING def = 2 -min = 0 +min = 1 max = 2 interval = 1 str = STR_CONFIG_SETTING_PATHFINDER_FOR_SHIPS strhelp = STR_CONFIG_SETTING_PATHFINDER_FOR_SHIPS_HELPTEXT -strval = STR_CONFIG_SETTING_PATHFINDER_OPF +strval = STR_CONFIG_SETTING_PATHFINDER_NPF proc = InvalidateShipPathCache cat = SC_EXPERT @@ -1670,23 +1670,10 @@ max = 255 cat = SC_EXPERT ## -[SDT_VAR] -base = GameSettings -var = pf.opf.pf_maxlength -type = SLE_UINT16 -def = 4096 -min = 64 -max = 65535 -cat = SC_EXPERT - -[SDT_VAR] -base = GameSettings -var = pf.opf.pf_maxdepth -type = SLE_UINT8 -def = 48 -min = 4 -max = 255 -cat = SC_EXPERT +; Used to be pf.opf.pf_maxlength & pf.opf.pf_maxdepth +[SDT_NULL] +length = 3 +to = SLV_REMOVE_OPF ## [SDT_VAR] |