User info keys besides *ver are no longer explicitly set to default values

because registering their respective cvars already does this.  Closes bug
#42.
This commit is contained in:
Brian Koropoff 2002-11-23 07:00:59 +00:00
parent f1279be1e5
commit 034af573c0
1 changed files with 0 additions and 5 deletions

View File

@ -1150,11 +1150,6 @@ CL_Init (void)
CL_SetState (ca_disconnected);
Info_SetValueForKey (cls.userinfo, "name", "unnamed", 0);
Info_SetValueForKey (cls.userinfo, "topcolor", "0", 0);
Info_SetValueForKey (cls.userinfo, "bottomcolor", "0", 0);
Info_SetValueForKey (cls.userinfo, "rate", "2500", 0);
Info_SetValueForKey (cls.userinfo, "msg", "1", 0);
snprintf (st, sizeof (st), "%s", QW_VERSION);
Info_SetValueForStarKey (cls.userinfo, "*ver", st, 0);