Codechange: use C++ containers for parsing the settings int lists

This commit is contained in:
Rubidium
2024-04-06 17:44:11 +02:00
committed by rubidium42
parent 434c49a1f8
commit 1691b41b54
2 changed files with 30 additions and 54 deletions

View File

@@ -148,7 +148,7 @@ cat = SC_BASIC
; workaround for implicit lengthof() in SDTG_LIST
[SDTG_LIST]
name = ""resolution""
type = SLE_INT
type = SLE_UINT
length = 2
var = _cur_resolution
def = ""0,0""