]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Enable UT2004-style double jumps by default
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 11:49:26 +0000 (14:49 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 11:49:26 +0000 (14:49 +0300)
data/defaultVoretournament.cfg

index c9d45a2080255c99059f3acb2268c4cb9a1569e2..9a3fa0b4ac7a8812c592028fc937d2085c085471 100644 (file)
@@ -601,9 +601,9 @@ set g_bloodloss 0   "amount of health below which blood loss occurs"
 \r
 set g_footsteps 1      "serverside footstep sounds"\r
 \r
-set g_multijump 0      "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps"\r
+set g_multijump 1      "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps"\r
 set g_multijump_add 0  "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity"\r
-set g_multijump_speed -999999  "Minimum vertical speed a player must have in order to jump again"\r
+set g_multijump_speed 0        "Minimum vertical speed a player must have in order to jump again"\r
 \r
 // effects\r
 r_glsl_postprocess 1\r