From 89fbacdc78db0ffc5e67bba8e5ccf8ecedd52307 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 28 Sep 2001 15:29:22 +0000 Subject: [PATCH] make sv_progs CVAR_NONE rather thatn CVAR_ROM so it can be set in server.cfg. --- qw/source/sv_progs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_progs.c b/qw/source/sv_progs.c index 74258544e..081beb370 100644 --- a/qw/source/sv_progs.c +++ b/qw/source/sv_progs.c @@ -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,