Fix typo
This commit is contained in:
parent
c593eceaaf
commit
24277424d2
|
@ -2952,7 +2952,7 @@ int _wmMapInit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (configGetString(&config, section, "pipbody_active", &str)) {
|
if (configGetString(&config, section, "pipboy_active", &str)) {
|
||||||
if (strParseStrFromList(&str, &num, _wmYesNoStrs, 2) == -1) {
|
if (strParseStrFromList(&str, &num, _wmYesNoStrs, 2) == -1) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue