From f0b2bbf9e56a5f332a41f2e5e86d26276f67a921 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Wed, 4 May 2011 02:56:01 +0300 Subject: [PATCH] Use a more correct default prey view offset --- 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 4452d487..257fc0b3 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 15'; +vector PL_PREY_VIEW_OFS = '0 0 20'; // 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