From: Mario Date: Fri, 26 May 2017 11:58:17 +0000 (+1000) Subject: Fix default sv_player_viewoffset value X-Git-Tag: xonotic-v0.8.5~2756 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=53114e15e592fe48184b40eb9ff92c9597b4a26f;p=xonotic%2Fxonotic-data.pk3dir.git Fix default sv_player_viewoffset value --- diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 910f34e32..e7c0f946b 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -251,7 +251,7 @@ const int SERVERFLAG_PLAYERSTATS = 4; // FIXME/EXPLAINME: why? Mario: because vector autocvar_sv_player_maxs = '16 16 45'; vector autocvar_sv_player_mins = '-16 -16 -24'; -vector autocvar_sv_player_viewoffset = '0 0 20'; +vector autocvar_sv_player_viewoffset = '0 0 35'; vector autocvar_sv_player_crouch_maxs = '16 16 25'; vector autocvar_sv_player_crouch_mins = '-16 -16 -24'; vector autocvar_sv_player_crouch_viewoffset = '0 0 20';