Add GUI/client setting to save zoning overlay state

This commit is contained in:
Jonathan G Rennison
2019-03-12 18:44:40 +00:00
parent 828a4399f9
commit 63203c2395
3 changed files with 21 additions and 0 deletions

View File

@@ -319,5 +319,23 @@ min = ZOOM_LVL_MIN
max = ZOOM_LVL_OUT_4X
cat = SC_BASIC
[SDTG_VAR]
name = ""zoning_overlay_inner""
type = SLE_UINT8
var = _zoning.inner
def = 0
min = 0
max = ZEM_END
cat = SC_BASIC
[SDTG_VAR]
name = ""zoning_overlay_outer""
type = SLE_UINT8
var = _zoning.outer
def = 0
min = 0
max = ZEM_END
cat = SC_BASIC
[SDTG_END]