stk-code_catmod/data/grandprix/snagdrive.grandprix
hikerstk 3c018d5ac1 1) Bugfix: GP were not locked.
2) Renamed all 'cups' into grand_prix.
3) Removed obsolete source files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2190 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 05:38:30 +00:00

11 lines
236 B
Common Lisp

;; -*- mode: lisp -*-
(supertuxkart-grand-prix
(name _("Snag Drive"))
(description _("Third grand prix"))
(tracks "islandtrack" "sandtrack" "city" "crescentcrossing")
(laps 2 3 2 2)
)
;; EOF ;;