mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
Been commiting quite a lot tonight; I forgot to register r_fog and r_waterwarp
for qw_client. r_volfog was forgotten for uquake and qw, whoops.
This commit is contained in:
parent
e7b423b68c
commit
88bd46b4b6
2 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,9 @@ void R_Init (void)
|
|||
Cvar_RegisterVariable (&r_novis);
|
||||
Cvar_RegisterVariable (&r_speeds);
|
||||
Cvar_RegisterVariable (&r_netgraph);
|
||||
Cvar_RegisterVariable (&r_fog);
|
||||
Cvar_RegisterVariable (&r_waterwarp);
|
||||
Cvar_RegisterVariable (&r_volfog);
|
||||
|
||||
Cvar_RegisterVariable (&gl_clear);
|
||||
Cvar_RegisterVariable (&gl_texsort);
|
||||
|
|
|
@ -189,6 +189,7 @@ void R_Init (void)
|
|||
Cvar_RegisterVariable (&r_speeds);
|
||||
Cvar_RegisterVariable (&r_fog);
|
||||
Cvar_RegisterVariable (&r_waterwarp);
|
||||
Cvar_RegisterVariable (&r_volfog);
|
||||
|
||||
Cvar_RegisterVariable (&gl_finish);
|
||||
Cvar_RegisterVariable (&gl_clear);
|
||||
|
|
Loading…
Reference in a new issue