HomeSort by relevance Sort by last modified time
    Searched refs:bottomcolor (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/QW/client/
gl_rmisc.c 263 player->_bottomcolor != player->bottomcolor || !player->skin) {
265 player->_bottomcolor = player->bottomcolor;
268 bottom = player->bottomcolor;
cl_parse.c 897 player->_bottomcolor != player->bottomcolor || !player->skin) {
899 player->_bottomcolor = player->bottomcolor;
908 bottom = player->bottomcolor;
940 player->bottomcolor = atoi(Info_ValueForKey (player->userinfo, "bottomcolor"));
client.h 73 int bottomcolor; member in struct:player_info_s
sbar.c 636 bottom = s->bottomcolor;
1104 bottom = s->bottomcolor;
1219 bottom = s->bottomcolor;
cl_main.c 76 cvar_t bottomcolor = CVAR4("bottomcolor","0", true, true); variable
526 Info_ValueForKey (cls.userinfo, "bottomcolor") );
549 Cvar_Set ("bottomcolor", num);
1060 Info_SetValueForKey (cls.userinfo, "bottomcolor", "0", MAX_INFO_STRING);
1124 Cvar_RegisterVariable (&bottomcolor);

Completed in 76 milliseconds