]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
fix stupid typo in Cvar_RegisterVariable call
[xonotic/darkplaces.git] / 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);
 }