From 9bdf6306b7150a173a7ce906b8f3d66b3a26f6d8 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 5 Oct 2010 01:22:40 +0300 Subject: [PATCH] Fix some little things I came across. 0.4 has been delayed, so this is a pre-0.4 change. --- data/defaultVoretournament.cfg | 4 ++-- data/qcsrc/server/defs.qh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index deac2acc..e80f290d 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -153,10 +153,10 @@ cl_bobcycle 0.6 // how long the cycle of up/down view movement takes (only works cl_bob 0.01 // how much view moves up/down when moving (does not move if cl_bobcycle is 0), default is 0.01 cl_bob2cycle 0.6 // how long the cycle of left/right view movement takes (only works if cl_bob2 is not 0), default is 0.6 cl_bob2 0.01 // how much view moves left/right when moving (does not move if cl_bob2cycle is 0), default is 0.01 -cl_bobmodel 1 // whether to have gun model move around on screen when moving (only works if cl_bob is not 0), default is 1 -cl_bobfall 0.5 "how much the view swings down when falling (influenced by the speed you hit the ground with)" +cl_bobfall 0.05 "how much the view swings down when falling (influenced by the speed you hit the ground with)" cl_bobfallcycle 3 "speed of the bobfall swing" cl_bobfallspeed 200 "necessary amount of speed for bob-falling to occur" +cl_bobmodel 1 // whether to have gun model move around on screen when moving (only works if cl_bob is not 0), default is 1 cl_rollangle 0 // amount of view tilt when strafing, default is 2.0 v_kicktime 0.5 // how long damage kicks of the view last, default is 0 seconds gl_polyblend 0.5 // whether to use screen tints, default is 1 diff --git a/data/qcsrc/server/defs.qh b/data/qcsrc/server/defs.qh index b54fcc7a..099096ce 100644 --- a/data/qcsrc/server/defs.qh +++ b/data/qcsrc/server/defs.qh @@ -441,8 +441,8 @@ float next_pingtime; // TODO implemented fall and falling #define ALLPLAYERSOUNDS \ _VOICEMSG(death) \ - _VOICEMSG(drown) \ _VOICEMSG(fall) \ + _VOICEMSG(drown) \ _VOICEMSG(gasp) \ _VOICEMSG(swallow) \ _VOICEMSG(digest) \ -- 2.39.2