(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 4ae8bbea07
commit 5446b40c07
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]