From 94f899f8233a4348f980cea994d534e435c21a3f Mon Sep 17 00:00:00 2001
From: sajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Fri, 17 Mar 2006 01:28:42 +0000
Subject: [PATCH] Yes, that was a rather silly typo!

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6123 d7cf8633-e32d-0410-b094-e92efae38249
---
 view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view.c b/view.c
index cf451364..0ebd7936 100644
--- 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;
 
-- 
2.39.5