mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-01 04:50:42 +00:00
An "#ifdef _EXPERIMENTAL_" is required around gl_waterripple reference
This commit is contained in:
parent
9bc10e5940
commit
9169090a05
1 changed files with 2 additions and 0 deletions
|
@ -197,7 +197,9 @@ void R_Init (void)
|
|||
Cvar_RegisterVariable (&r_fog);
|
||||
Cvar_RegisterVariable (&r_waterwarp);
|
||||
Cvar_RegisterVariable (&r_volfog);
|
||||
#ifdef _EXPERIMENTAL_
|
||||
Cvar_RegisterVariable (&r_waterripple);
|
||||
#endif
|
||||
|
||||
Cvar_RegisterVariable (&gl_clear);
|
||||
Cvar_RegisterVariable (&gl_texsort);
|
||||
|
|
Loading…
Reference in a new issue