From: divverent Date: Tue, 8 Feb 2011 09:24:19 +0000 (+0000) Subject: Ooops, forgot to update the description so the cvar makes more sense X-Git-Tag: xonotic-v0.5.0~438^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6f03e178f59f9ac5014ca380316be95f5b4bc11b;p=xonotic%2Fdarkplaces.git Ooops, forgot to update the description so the cvar makes more sense git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10829 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/view.c b/view.c index 0384eb0e..91c17ea1 100644 --- a/view.c +++ b/view.c @@ -96,7 +96,7 @@ cvar_t v_centerspeed = {0, "v_centerspeed","500", "how fast the view centers its cvar_t cl_stairsmoothspeed = {CVAR_SAVE, "cl_stairsmoothspeed", "160", "how fast your view moves upward/downward when running up/down stairs"}; -cvar_t cl_smoothviewheight = {CVAR_SAVE, "cl_smoothviewheight", "0", "add averaging to the viewheight value so that it creates a smooth transition, 0 for instant transition."}; +cvar_t cl_smoothviewheight = {CVAR_SAVE, "cl_smoothviewheight", "0", "time of the averaging to the viewheight value so that it creates a smooth transition. higher values = longer transition, 0 for instant transition."}; cvar_t chase_back = {CVAR_SAVE, "chase_back", "48", "chase cam distance from the player"}; cvar_t chase_up = {CVAR_SAVE, "chase_up", "24", "chase cam distance from the player"};