]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
DODGING: turn off walldodging by default
authorFlorian Paul Schmidt <mista.tapas@gmx.net>
Sat, 27 Mar 2010 13:10:18 +0000 (14:10 +0100)
committerFlorian Paul Schmidt <mista.tapas@gmx.net>
Sat, 27 Mar 2010 13:10:18 +0000 (14:10 +0100)
defaultXonotic.cfg

index 9b2d45be7f6a6c5f93a5474fe2b044b5ee8eb833..b432c6c5941b44c8b5b79732ade32d41067079e4 100644 (file)
@@ -516,7 +516,7 @@ set g_dodging 0 "set to 1 to enable dodging in games"
 
 seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable"
 
-set sv_dodging_wall_dodging 1 "set to 1 to allow dodging off walls. 0 to disable"
+set sv_dodging_wall_dodging 0 "set to 1 to allow dodging off walls. 0 to disable"
 set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging"
 set sv_dodging_up_speed 200 "the jump velocity of the dodge"
 set sv_dodging_horiz_speed 350 "the horizontal velocity of the dodge"