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:
Zephaniah E. Hull 2001-01-15 18:14:36 +00:00
parent bbac14a7d5
commit 2569e34ea9
4 changed files with 9 additions and 15 deletions

View file

@ -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"));