mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +00:00
make sv_progs CVAR_NONE rather thatn CVAR_ROM so it can be set in server.cfg.
This commit is contained in:
parent
d63243380f
commit
89fbacdc78
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ SV_Progs_Init_Cvars (void)
|
||||||
{
|
{
|
||||||
r_skyname = Cvar_Get ("r_skyname", "", CVAR_SERVERINFO, Cvar_Info,
|
r_skyname = Cvar_Get ("r_skyname", "", CVAR_SERVERINFO, Cvar_Info,
|
||||||
"name of skybox");
|
"name of skybox");
|
||||||
sv_progs = Cvar_Get ("sv_progs", "qwprogs.dat", CVAR_ROM, NULL,
|
sv_progs = Cvar_Get ("sv_progs", "qwprogs.dat", CVAR_NONE, NULL,
|
||||||
"Allows selectable game progs if you have several "
|
"Allows selectable game progs if you have several "
|
||||||
"of them in the gamedir");
|
"of them in the gamedir");
|
||||||
pr_checkextentions = Cvar_Get ("sv_progs", "1", CVAR_ROM, NULL,
|
pr_checkextentions = Cvar_Get ("sv_progs", "1", CVAR_ROM, NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue