(svn r23223) -Codechange: store the last newgrf count in the misc section
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user