reduced max number of karts to 8 since that's the amount we currently have

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2665 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-13 16:24:59 +00:00
parent 3c3282a3a8
commit 95879bb0a1

View File

@ -4,8 +4,8 @@
;; STK parameters
;; --------------
(max-karts 10 ) ;; maximum number of karts
(scores 10 8 6 5 4 3 2 1 0 0 )
(max-karts 8 ) ;; maximum number of karts
(scores 10 8 6 5 4 3 2 1 ) ;; 10 8 6 5 4 3 2 1 0 0
(grid-order 1 ) ;; order for grand prix, 1 is most
;; points 1st, 0 is least points
;; 1st