]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
apply a fix for LordHavoc as his tree is not yet ready for committing
authortaniwha <taniwha@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Jun 2001 19:38:17 +0000 (19:38 +0000)
committertaniwha <taniwha@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Jun 2001 19:38:17 +0000 (19:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@231 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index 0214b507e1f1abf8adb6bc2b096e6cf2504949f0..b8bd3f9fc1afc37626bdef95dc82ba29bf04199d 100644 (file)
@@ -274,7 +274,8 @@ void GL_Main_Init(void)
        Cvar_RegisterVariable (&r_fullbrights);
        Cvar_RegisterVariable (&r_wateralpha);
        Cvar_RegisterVariable (&r_dynamic);
-       Cvar_RegisterVariable (&r_waterripple); // LordHavoc: added waterripple
+       Cvar_RegisterVariable (&r_waterripple);
+       Cvar_RegisterVariable (&r_farclip);
        if (nehahra)
                Cvar_SetValue("r_fullbrights", 0);
 //     if (gl_vendor && strstr(gl_vendor, "3Dfx"))