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:
parent
c805cfe396
commit
1d1aa18f35
@ -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",
|
||||
""};
|
||||
|
Loading…
x
Reference in New Issue
Block a user