Configure updates. QSG_VERSION has completed its change to

{QW,NQ}_QSG_VERSION, because NQ and QW support differing versions.
This commit is contained in:
Jeff Teunissen 2001-02-21 21:38:07 +00:00
parent eeabafe9f7
commit de96c6c3b8
8 changed files with 37 additions and 30 deletions

View file

@ -629,7 +629,7 @@ CL_AddQFInfoKeys (void)
Info_SetValueForStarKey (cls.userinfo, "*cap", cap, MAX_INFO_STRING);
Info_SetValueForStarKey (cls.userinfo, "*qf_version", VERSION,
MAX_INFO_STRING);
Info_SetValueForStarKey (cls.userinfo, "*qsg_version", QSG_VERSION,
Info_SetValueForStarKey (cls.userinfo, "*qsg_version", QW_QSG_VERSION,
MAX_INFO_STRING);
Con_Printf ("QuakeForge server detected\n");
}