Bugfix: incorrect turn radius parameters.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2488 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-11-21 01:42:25 +00:00
parent 8cbf65021c
commit 9421059a8d

View File

@ -74,8 +74,8 @@
;; radius = wheel_base/sin(steering_angle)
;; By specifying the radius the steering behaviour can be defined
;; independent of the kart size.
(min-speed-radius 0 19 )
(max-speed-radius 12 6.4)
(min-speed-radius 0 4.64)
(max-speed-radius 12 13.5)
(engine-power 400 )
(mass 225 )
(suspension-stiffness 48.0 )