mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
cl_ents.c: Killed an unused variable which gcc did not catch.
cl_parse.c: Fixed the white body issue taniwha found, finally! pr_edict.c: From misty, server cvar qwprogs, use it to set the qwprogs.dat to something else. sv_user.c: Don't send the r_skyname command, the clients pickup the info line.
This commit is contained in:
parent
bbac14a7d5
commit
2569e34ea9
4 changed files with 9 additions and 15 deletions
|
@ -1009,6 +1009,7 @@ CL_ProcessUserInfo (int slot, player_info_t *player)
|
|||
{
|
||||
strncpy (player->name, Info_ValueForKey (player->userinfo, "name"),
|
||||
sizeof (player->name) - 1);
|
||||
player->_topcolor = player->_bottomcolor = -1;
|
||||
player->topcolor = atoi (Info_ValueForKey (player->userinfo, "topcolor"));
|
||||
player->bottomcolor =
|
||||
atoi (Info_ValueForKey (player->userinfo, "bottomcolor"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue