Searched refs:setup_bottom (Results 1 – 1 of 1) sorted by relevance
691 int setup_bottom; variable703 setup_bottom = setup_oldbottom = ((int)cl_color.value) & 15; in M_Menu_Setup_f()732 M_BuildTranslationTable(setup_top*16, setup_bottom*16); in M_Setup_Draw()776 setup_bottom = setup_bottom - 1; in M_Setup_Key()786 setup_bottom = setup_bottom + 1; in M_Setup_Key()801 if (setup_top != setup_oldtop || setup_bottom != setup_oldbottom) in M_Setup_Key()802 Cbuf_AddText( va ("color %i %i\n", setup_top, setup_bottom) ); in M_Setup_Key()848 if (setup_bottom > 13) in M_Setup_Key()849 setup_bottom = 0; in M_Setup_Key()850 if (setup_bottom < 0) in M_Setup_Key()[all …]