mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
hopefully fix the sky "/usr/local/share/games/qf" not found bug
This commit is contained in:
parent
c3f6aa669a
commit
b98e19fdd6
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ void
|
|||
PR_Init_Cvars (void)
|
||||
{
|
||||
r_skyname =
|
||||
Cvar_Get ("r_skyname", com_token, CVAR_SERVERINFO, "name of skybox");
|
||||
Cvar_Get ("r_skyname", "", CVAR_SERVERINFO, "name of skybox");
|
||||
pr_boundscheck =
|
||||
Cvar_Get ("pr_boundscheck", "1", CVAR_NONE,
|
||||
"Server progs bounds checking");
|
||||
|
|
Loading…
Reference in a new issue