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

  /external/quake/quake/src/WinQuake/
cl_main.cpp 29 cvar_t cl_color = CVAR3("_cl_color", "0", true); variable
193 MSG_WriteString (&cls.message, va("color %i %i\n", ((int)cl_color.value)>>4, ((int)cl_color.value)&15));
728 Cvar_RegisterVariable (&cl_color);
client.h 243 extern cvar_t cl_color;
host_cmd.cpp 1155 Con_Printf ("\"color\" is \"%i %i\"\n", ((int)cl_color.value) >> 4, ((int)cl_color.value) & 0x0f);
    [all...]
menu.cpp 702 setup_top = setup_oldtop = ((int)cl_color.value) >> 4;
703 setup_bottom = setup_oldbottom = ((int)cl_color.value) & 15;
    [all...]

Completed in 895 milliseconds