Folded r_volfog into -D_EXPERIMENTAL_, since it currently does not work.

It can probably be uncommented now.
This commit is contained in:
Jeff Teunissen 2000-01-13 10:33:15 +00:00
parent d03f147778
commit c52edec836

View file

@ -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