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

/external/quake/quake/src/QW/client/
H A Dgl_rmisc.c263 player->_bottomcolor != player->bottomcolor || !player->skin) {
265 player->_bottomcolor = player->bottomcolor;
268 bottom = player->bottomcolor;
H A Dcl_parse.c897 player->_bottomcolor != player->bottomcolor || !player->skin) {
899 player->_bottomcolor = player->bottomcolor;
908 bottom = player->bottomcolor;
940 player->bottomcolor = atoi(Info_ValueForKey (player->userinfo, "bottomcolor"));
H A Dclient.h73 int bottomcolor; member in struct:player_info_s
H A Dsbar.c636 bottom = s->bottomcolor;
1104 bottom = s->bottomcolor;
1219 bottom = s->bottomcolor;
H A Dcl_main.c76 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 270 milliseconds