From 9786aa1ad66cb23a14271de57148181c430da378 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 3 May 2011 03:46:59 +0300 Subject: [PATCH] Slightly lower view offset for prey --- data/qcsrc/server/constants.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/constants.qh b/data/qcsrc/server/constants.qh index 154a6496..4452d487 100644 --- a/data/qcsrc/server/constants.qh +++ b/data/qcsrc/server/constants.qh @@ -130,7 +130,7 @@ vector PL_MAX = '16 16 45'; vector PL_CROUCH_VIEW_OFS = '0 0 15'; vector PL_CROUCH_MIN = '-16 -16 -24'; vector PL_CROUCH_MAX = '16 16 25'; -vector PL_PREY_VIEW_OFS = '0 0 17'; +vector PL_PREY_VIEW_OFS = '0 0 15'; // Sajt - added these, just as constants. Not sure how you want them actually put in the game, but I just // did this so at least they worked -- 2.39.2