Commit 9f03b89c authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents 1b58e947 dca53b30
......@@ -1434,6 +1434,10 @@ void Game::LoadConfig() {
myswprintf(mainGame->gameConf.locale, L"%ls", L"ko-KR");
break;
}
case 0x16: {
myswprintf(mainGame->gameConf.locale, L"%ls", L"pt-BR");
break;
}
}
}
}
......
Subproject commit 01b2f0a2de3101bd86c4601502cbbb3b0a0154cd
Subproject commit 40cca292241d4dc12bf11eb6106c865c5a4b71c3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment