make sv_progs CVAR_NONE rather thatn CVAR_ROM so it can be set in server.cfg.

This commit is contained in:
Bill Currie 2001-09-28 15:29:22 +00:00
parent d63243380f
commit 89fbacdc78

View file

@ -379,7 +379,7 @@ SV_Progs_Init_Cvars (void)
{
r_skyname = Cvar_Get ("r_skyname", "", CVAR_SERVERINFO, Cvar_Info,
"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 "
"of them in the gamedir");
pr_checkextentions = Cvar_Get ("sv_progs", "1", CVAR_ROM, NULL,