Commit c8e00717 authored by Tianchenglipu's avatar Tianchenglipu

Update game.cpp

parent 77ac145a
......@@ -270,7 +270,7 @@ bool Game::Initialize() {
chkIgnore1->setChecked(gameConf.chkIgnore1 >= 1);
chkIgnore2 = env->addCheckBox(false, rect<s32>(20, 200, 280, 225), tabSystem, -1, dataManager.GetSysString(1291));
chkIgnore2->setChecked(gameConf.chkIgnore2 >= 1);
chkHideSetname = env->addCheckBox(false, rect<s32>(20, 200, 280, 285), tabSystem, -1, dataManager.GetSysString(1291));
chkHideSetname = env->addCheckBox(false, rect<s32>(20, 200, 280, 285), tabSystem, -1, dataManager.GetSysString(1354));
chkHideSetname->setChecked(gameConf.chkHideSetname >= 1);
//
wHand = env->addWindow(rect<s32>(500, 450, 825, 605), false, L"");
......
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