Commit befa60cc authored by fallenstardust's avatar fallenstardust

fix保存设置2

parent 7bae5076
......@@ -1521,7 +1521,7 @@ void Game::SaveConfig() {
android::saveIntSetting(appMain, "draw_field_spell", gameConf.draw_field_spell);
gameConf.quick_animation = chkQuickAnimation->isChecked() ? 1 : 0;
android::saveIntSetting(appMain, "quick_animation", gameConf.quick_animation);
gameConf.quick_animation = chkDrawSingleChain->isChecked() ? 1 : 0;
gameConf.draw_single_chain = chkDrawSingleChain->isChecked() ? 1 : 0;
android::saveIntSetting(appMain, "draw_single_chain", gameConf.draw_single_chain);
gameConf.prefer_expansion_script = chkPreferExpansionScript->isChecked() ? 1 : 0;
android::saveIntSetting(appMain, "prefer_expansion_script", gameConf.prefer_expansion_script);
......
......@@ -21,8 +21,8 @@
"消失吧,杂鱼"
],
"ondirectattack": [
"爸爸,饶命"
"恐怖如斯"
"爸爸,饶命",.
"恐怖如斯"
],
"facedownmonstername": "怪兽",
"activate": [
......
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