mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
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:
parent
f1279be1e5
commit
034af573c0
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue