Bugfix: Fixed typo in track list that prevented islandtrack from

starting.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1754 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
scifly 2008-04-27 07:24:33 +00:00
parent c805cfe396
commit 1d1aa18f35

View File

@ -22,7 +22,7 @@
#include "world.hpp"
#include "track_manager.hpp"
char *ALLTRACKS[] = {"beach", "bsodcastle", " islandtrack", "lighthouse",
char *ALLTRACKS[] = {"beach", "bsodcastle", "islandtrack", "lighthouse",
"littlevolcano", "olivermath", "race", "sandtrack",
"startrack", "subseatrack", "tuxtrack", "volcano",
""};