From c57a2ebbdf87d3d311b14eb75be65fbdf321e67c Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 4 Jun 2006 07:29:19 +0000 Subject: [PATCH] cl_bobmodel is now a saved cvar git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6414 d7cf8633-e32d-0410-b094-e92efae38249 --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.c b/view.c index dfcba088..9fab2676 100644 --- a/view.c +++ b/view.c @@ -38,7 +38,7 @@ cvar_t cl_bob = {0, "cl_bob","0.02", "view bobbing amount"}; cvar_t cl_bobcycle = {0, "cl_bobcycle","0.6", "view bobbing speed"}; cvar_t cl_bobup = {0, "cl_bobup","0.5", "view bobbing adjustment that makes the up or down swing of the bob last longer"}; -cvar_t cl_bobmodel = {0, "cl_bobmodel", "1", "enables gun bobbing"}; +cvar_t cl_bobmodel = {CVAR_SAVE, "cl_bobmodel", "1", "enables gun bobbing"}; cvar_t cl_bobmodel_side = {0, "cl_bobmodel_side", "0.05", "gun bobbing sideways sway amount"}; cvar_t cl_bobmodel_up = {0, "cl_bobmodel_up", "0.02", "gun bobbing upward movement amount"}; cvar_t cl_bobmodel_speed = {0, "cl_bobmodel_speed", "7", "gun bobbing speed"}; -- 2.39.2