From: MirceaKitsune Date: Tue, 3 May 2011 23:56:01 +0000 (+0300) Subject: Use a more correct default prey view offset X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=f0b2bbf9e56a5f332a41f2e5e86d26276f67a921 Use a more correct default prey view offset --- 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