Searched refs:setup_bottom (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dmenu.cpp691 int setup_bottom; variable
703 setup_bottom = setup_oldbottom = ((int)cl_color.value) & 15;
732 M_BuildTranslationTable(setup_top*16, setup_bottom*16);
776 setup_bottom = setup_bottom - 1;
786 setup_bottom = setup_bottom + 1;
801 if (setup_top != setup_oldtop || setup_bottom != setup_oldbottom)
802 Cbuf_AddText( va ("color %i %i\n", setup_top, setup_bottom) );
848 if (setup_bottom > 1
[all...]

Completed in 11 milliseconds