From: MirceaKitsune Date: Tue, 3 May 2011 00:46:59 +0000 (+0300) Subject: Slightly lower view offset for prey X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=9786aa1ad66cb23a14271de57148181c430da378 Slightly lower view offset for prey --- 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