From: Mircea Kitsune Date: Thu, 31 Mar 2011 00:38:35 +0000 (+0300) Subject: This fixes that issue with the intermission camera, so I can enable it by default... X-Git-Tag: xonotic-v0.5.0~268^2^2~32 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bbb1fa4124c0fae1f9e77e580ea103ba1945a34f;p=xonotic%2Fxonotic-data.pk3dir.git This fixes that issue with the intermission camera, so I can enable it by default as well now. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index df4b355fe..50b195ee9 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -317,7 +317,7 @@ seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy" set cl_hitsound_antispam_time 0.05 "don't play the hitsound more often than this" seta cl_chase_death 1 "camera goes into 3rd person mode when dead" -seta cl_chase_intermission 0 "camera goes into 3rd person mode at match end" +seta cl_chase_intermission 1 "camera goes into 3rd person mode at match end" seta cl_chase_distance 100 "final distance of the chase camera" seta cl_chase_speed 1.5 "how fast the chase camera slides back, 0 is instant"