minor fixup

This commit is contained in:
Wengier
2022-07-28 17:21:22 -04:00
parent d2f68d8078
commit 88362dac81
4 changed files with 12 additions and 2 deletions

View File

@@ -266,6 +266,7 @@ void LoadMessageFile(const char * fname) {
systemmessagebox("Warning", message.c_str(), "ok","warning", 1);
SetVal("dosbox", "language", "");
LOG_MSG("MSG:Cannot load language file: %s",fname);
control->opt_lang = "";
return;
}
msgcodepage = 0;