]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Yes, that was a rather silly typo!
authorsajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Mar 2006 01:28:42 +0000 (01:28 +0000)
committersajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Mar 2006 01:28:42 +0000 (01:28 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6123 d7cf8633-e32d-0410-b094-e92efae38249

view.c

diff --git a/view.c b/view.c
index cf4513648ab969958376bc76d640489921082a30..0ebd79364fe2cad8cd4971006549d26c8f713195 100644 (file)
--- a/view.c
+++ b/view.c
@@ -70,7 +70,7 @@ cvar_t chase_active = {CVAR_SAVE, "chase_active", "0", "enables chase cam"};
 cvar_t chase_stevie = {0, "chase_stevie", "0", "chase cam view from above (used only by GoodVsBad2)"};
 
 cvar_t v_deathtilt = {0, "v_deathtilt", "1", "whether to use sideways view when dead"};
-cvar_t v_deathtiltangle = {0, "v_deathtilt", "80", "what roll angle to use when tilting the view while dead"};
+cvar_t v_deathtiltangle = {0, "v_deathtiltangle", "80", "what roll angle to use when tilting the view while dead"};
 
 float  v_dmg_time, v_dmg_roll, v_dmg_pitch;