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:
Eric Windisch 2000-01-02 03:40:10 +00:00
parent e7b423b68c
commit 88bd46b4b6
2 changed files with 4 additions and 0 deletions

View file

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

View file

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