]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix stupid typo in Cvar_RegisterVariable call
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Aug 2005 19:44:21 +0000 (19:44 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Aug 2005 19:44:21 +0000 (19:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5577 d7cf8633-e32d-0410-b094-e92efae38249

view.c

diff --git a/view.c b/view.c
index 589f8f15ff5f673e0321ff267a54056a9e904bff..136bac93ce81e0b9757fb240e1f3adc13fa46a46 100644 (file)
--- a/view.c
+++ b/view.c
@@ -599,6 +599,6 @@ void V_Init (void)
        if (gamemode == GAME_GOODVSBAD2)
                Cvar_RegisterVariable (&chase_stevie);
 
-       Cvar_RegisterVariable (&v_deathtilt.integer);
+       Cvar_RegisterVariable (&v_deathtilt);
 }