Add the QSG and QF version keys

This commit is contained in:
Joseph Carter 2000-05-14 23:58:57 +00:00
parent 43b92078d2
commit 7e4a424854
1 changed files with 6 additions and 4 deletions

View File

@ -1381,12 +1381,14 @@ void SV_InitLocal (void)
for (i=0 ; i<MAX_MODELS ; i++) for (i=0 ; i<MAX_MODELS ; i++)
sprintf (localmodels[i], "*%i", i); sprintf (localmodels[i], "*%i", i);
// Info_SetValueForStarKey (svs.info, "*qf_version", QF_VERSION,
// MAX_SERVERINFO_STRING);
Info_SetValueForStarKey (svs.info, "*version", QW_VERSION, Info_SetValueForStarKey (svs.info, "*version", QW_VERSION,
MAX_SERVERINFO_STRING); MAX_SERVERINFO_STRING);
// Info_SetValueForStarKey (svs.info, "*qsg_standard", QSG_STANDARD,
// MAX_SERVERINFO_STRING); // Brand server as QF, with appropriate QSG standards version --KB
Info_SetValueForStarKey (svs.info, "*qf_version", QF_VERSION,
MAX_SERVERINFO_STRING);
Info_SetValueForStarKey (svs.info, "*qsg_standard", QSG_STANDARD,
MAX_SERVERINFO_STRING);
// init fraglog stuff // init fraglog stuff
svs.logsequence = 1; svs.logsequence = 1;