mirror of https://github.com/OpenTTD/OpenTTD
(svn r23223) -Codechange: store the last newgrf count in the misc section
parent
4ae8bbea07
commit
5446b40c07
|
@ -241,5 +241,13 @@ type = SLE_STRB
|
|||
var = _keyboard_opt[1]
|
||||
def = NULL
|
||||
|
||||
[SDTG_VAR]
|
||||
name = ""last_newgrf_count""
|
||||
type = SLE_UINT32
|
||||
var = _settings_client.gui.last_newgrf_count
|
||||
def = 100
|
||||
min = 0
|
||||
max = UINT32_MAX
|
||||
|
||||
[SDTG_END]
|
||||
|
||||
|
|
|
@ -2376,14 +2376,6 @@ def = false
|
|||
str = STR_CONFIG_SETTING_EXPENSES_LAYOUT
|
||||
proc = RedrawScreen
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.last_newgrf_count
|
||||
type = SLE_UINT32
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = 100
|
||||
min = 0
|
||||
max = UINT32_MAX
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.missing_strings_threshold
|
||||
type = SLE_UINT8
|
||||
|
|
Loading…
Reference in New Issue