]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
DODGING: set the dodging timeout default to a sensible value. If g_dodging is enabled...
authorFlorian Paul Schmidt <mista.tapas@gmx.net>
Sun, 21 Mar 2010 01:45:20 +0000 (02:45 +0100)
committerFlorian Paul Schmidt <mista.tapas@gmx.net>
Sun, 21 Mar 2010 01:45:20 +0000 (02:45 +0100)
defaultXonotic.cfg

index 12558d5b4ff309d044a6cb2d556f7afb0c7d9b56..300b911f0b873df58e52b9b17c914ee033596073 100644 (file)
@@ -514,7 +514,7 @@ set g_grappling_hook 0 "let players spawn with the grappling hook which allows t
 
 set g_dodging 0 "set to 1 to enable dodging in games"
 
-seta cl_dodging_timeout 0 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable"
+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_walldodging 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"