re-run new DOSBox-X instance

This commit is contained in:
Wengier
2021-07-22 08:07:06 -04:00
parent f9569d649e
commit 9fd27e081a
9 changed files with 30 additions and 12 deletions

View File

@@ -281,6 +281,7 @@ void MSG_Init() {
if (control->opt_lang != "") {
LoadMessageFile(control->opt_lang.c_str());
SetVal("dosbox", "language", control->opt_lang.c_str());
}
else {
Prop_path* pathprop = section->Get_path("language");