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

/external/quake/quake/src/QW/client/
H A Dgl_rmisc.c262 if (player->_topcolor != player->topcolor ||
264 player->_topcolor = player->topcolor;
267 top = player->topcolor;
H A Dcl_parse.c896 if (player->_topcolor != player->topcolor ||
898 player->_topcolor = player->topcolor;
904 top = player->topcolor;
939 player->topcolor = atoi(Info_ValueForKey (player->userinfo, "topcolor"));
H A Dclient.h72 int topcolor; member in struct:player_info_s
H A Dsbar.c635 top = s->topcolor;
1103 top = s->topcolor;
1218 top = s->topcolor;
H A Dcl_main.c75 cvar_t topcolor = CVAR4("topcolor","0", true, true); variable
525 Info_ValueForKey (cls.userinfo, "topcolor"),
547 Cvar_Set ("topcolor", num);
1059 Info_SetValueForKey (cls.userinfo, "topcolor", "0", MAX_INFO_STRING);
1123 Cvar_RegisterVariable (&topcolor);

Completed in 56 milliseconds