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

  /external/quake/quake/src/QW/client/
gl_rmisc.c 262 if (player->_topcolor != player->topcolor ||
264 player->_topcolor = player->topcolor;
267 top = player->topcolor;
cl_parse.c 896 if (player->_topcolor != player->topcolor ||
898 player->_topcolor = player->topcolor;
904 top = player->topcolor;
939 player->topcolor = atoi(Info_ValueForKey (player->userinfo, "topcolor"));
client.h 72 int topcolor; member in struct:player_info_s
sbar.c 635 top = s->topcolor;
1103 top = s->topcolor;
1218 top = s->topcolor;
cl_main.c 75 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 136 milliseconds