diff --git a/engine/client/m_options.c b/engine/client/m_options.c index 4f3d0aa56..fe53d779c 100644 --- a/engine/client/m_options.c +++ b/engine/client/m_options.c @@ -1258,7 +1258,7 @@ static void M_Menu_Preset_Predraw(emenu_t *menu) } else if (!filtering) { - if (op->check.var == &cfg_save_auto) + if (op->common.type == mt_checkbox && op->check.var == &cfg_save_auto) filtering = true; } else if(op->common.type == mt_checkbox||