From: sajt Date: Fri, 17 Mar 2006 01:28:42 +0000 (+0000) Subject: Yes, that was a rather silly typo! X-Git-Tag: xonotic-v0.1.0preview~4195 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=94f899f8233a4348f980cea994d534e435c21a3f;p=xonotic%2Fdarkplaces.git Yes, that was a rather silly typo! git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6123 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;