HomeSort by relevance Sort by last modified time
    Searched full:setup_top (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/WinQuake/
menu.cpp 690 int setup_top; variable
702 setup_top = setup_oldtop = ((int)cl_color.value) >> 4;
732 M_BuildTranslationTable(setup_top*16, setup_bottom*16);
774 setup_top = setup_top - 1;
784 setup_top = setup_top + 1;
801 if (setup_top != setup_oldtop || setup_bottom != setup_oldbottom)
802 Cbuf_AddText( va ("color %i %i\n", setup_top, setup_bottom) );
844 if (setup_top > 13
    [all...]

Completed in 375 milliseconds