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