Codechange: move server name/id in settings to std::string

This commit is contained in:
rubidium42
2021-04-27 21:25:52 +02:00
committed by rubidium42
parent cc6c078dec
commit 02fdb5b210
5 changed files with 19 additions and 17 deletions

View File

@@ -3961,9 +3961,10 @@ length = NETWORK_PASSWORD_LENGTH
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
def = nullptr
[SDTC_STR]
[SDTC_SSTR]
var = network.server_name
type = SLE_STRB
type = SLE_STR
length = NETWORK_NAME_LENGTH
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
guiflags = SGF_NETWORK_ONLY
def = nullptr
@@ -3977,9 +3978,10 @@ length = 0
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
def = nullptr
[SDTC_STR]
[SDTC_SSTR]
var = network.network_id
type = SLE_STRB
type = SLE_STR
length = NETWORK_SERVER_ID_LENGTH
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
guiflags = SGF_NETWORK_ONLY
def = nullptr