(svn r23223) -Codechange: store the last newgrf count in the misc section

This commit is contained in:
rubidium 2011-11-14 21:41:23 +00:00
parent 023d530ead
commit 896fa9ddf1
2 changed files with 8 additions and 8 deletions

View File

@ -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]

View File

@ -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