]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable intermission chase by default. The camera stays very close to the player...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Mar 2011 17:26:16 +0000 (19:26 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Mar 2011 17:26:16 +0000 (19:26 +0200)
defaultXonotic.cfg

index 50b195ee95061f76827668b836350fa7960a422f..df4b355fe20170c5be7e1fcd76f5a7882bddb655 100644 (file)
@@ -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 1 "camera goes into 3rd person mode at match end"
+seta cl_chase_intermission 0 "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"