From 0405f520108ce0608bbe265b3de25b852042e62a Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 19 Feb 2008 11:00:02 +0000 Subject: [PATCH] Disabled 'too far away from road' shortcut detection - the previously defined maximum distance wasn't big enough to fully disable this. See r1531 on 0.4rc1. (When work on the trunk resumes, the appropriate code should be completely removed). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1532 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/stk_config.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/stk_config.data b/data/stk_config.data index 2770f1113..5adf924f6 100644 --- a/data/stk_config.data +++ b/data/stk_config.data @@ -22,7 +22,7 @@ (anvil-time 2.0 ) ;; time an anvil is active (zipper-time 5.0 ) ;; time a zipper is active (zipper-force 800.0 ) ;; additional zipper force - (shortcut-road-distance 23.0 ) ;; max. distance from side of road to be still + (shortcut-road-distance 9999.0 ) ;; max. distance from side of road to be still ;; considered on the road (otherwise shortcut) ;; usually 5 is a good value, but for the math class ;; we have to use at least 21(!!)