Commit 3de8cf69 authored by mercury233's avatar mercury233

fix

parent 8ddb05c5
......@@ -1807,6 +1807,8 @@ bool ClientField::OnCommonEvent(const irr::SEvent& event) {
}
case CHECKBOX_QUICK_ANIMATION: {
mainGame->gameConf.quick_animation = mainGame->chkQuickAnimation->isChecked() ? 1 : 0;
return true;
break;
}
}
break;
......
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