]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix default sv_player_viewoffset value
authorMario <mario@smbclan.net>
Fri, 26 May 2017 11:58:17 +0000 (21:58 +1000)
committerMario <mario@smbclan.net>
Fri, 26 May 2017 11:58:17 +0000 (21:58 +1000)
qcsrc/common/constants.qh

index 910f34e326eaaed24ab4462ef31b5d8321bff4c8..e7c0f946bd5dc75692c4a849a5b1ac7a956934ba 100644 (file)
@@ -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';