mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
Disabled all waterwarp effects for the release, perhaps we will renable it
after we fix it. (r_waterwarp now defaults to 0) -- Eric Windisch
This commit is contained in:
parent
ed009f1449
commit
28a832f5ac
1 changed files with 5 additions and 1 deletions
|
@ -95,7 +95,11 @@ cvar_t r_netgraph = {"r_netgraph","0"};
|
|||
// _reduced_ visability shouldn't be considered cheating :)
|
||||
cvar_t r_fog = {"r_fog", "0"};
|
||||
cvar_t r_volfog = {"r_volfog", "0"};
|
||||
cvar_t r_waterwarp = {"r_waterwarp", "1"};
|
||||
|
||||
// Waterwarp should be completely disabled for release
|
||||
// since we are too lazy to actually fix it ;)
|
||||
cvar_t r_waterwarp = {"r_waterwarp", "0"};
|
||||
|
||||
cvar_t r_waterripple = {"r_waterripple", "0"};
|
||||
|
||||
cvar_t gl_finish = {"gl_finish","0"};
|
||||
|
|
Loading…
Reference in a new issue