mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Folded r_volfog into -D_EXPERIMENTAL_, since it currently does not work.
It can probably be uncommented now.
This commit is contained in:
parent
d03f147778
commit
c52edec836
1 changed files with 1 additions and 1 deletions
|
@ -196,8 +196,8 @@ void R_Init (void)
|
|||
#endif /* QUAKEWORLD */
|
||||
Cvar_RegisterVariable (&r_fog);
|
||||
Cvar_RegisterVariable (&r_waterwarp);
|
||||
Cvar_RegisterVariable (&r_volfog);
|
||||
#ifdef _EXPERIMENTAL_
|
||||
Cvar_RegisterVariable (&r_volfog);
|
||||
Cvar_RegisterVariable (&r_waterripple);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue