Fix build
This commit is contained in:
parent
818f35cfeb
commit
e1b2528ffb
@ -76,8 +76,6 @@ namespace language
|
|||||||
const auto lower = utils::string::to_lower(name);
|
const auto lower = utils::string::to_lower(name);
|
||||||
for (auto i = 0; i < game::LANGUAGE_COUNT; i++)
|
for (auto i = 0; i < game::LANGUAGE_COUNT; i++)
|
||||||
{
|
{
|
||||||
const auto a = game::languages[i].name;
|
|
||||||
const auto b = game::languages[i].is_supported;
|
|
||||||
if (game::languages[i].name == lower)
|
if (game::languages[i].name == lower)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user