mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Add the QSG and QF version keys
This commit is contained in:
parent
43b92078d2
commit
7e4a424854
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue