Made non-reverse the default for all tracks; added
'reverse=yes' to all tracks. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11935 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -90,7 +90,7 @@ Track::Track(const std::string &filename)
|
||||
m_internal = false;
|
||||
m_enable_auto_rescue = true; // Below set to false in arenas
|
||||
m_enable_push_back = true;
|
||||
m_reverse_available = true;
|
||||
m_reverse_available = false;
|
||||
m_is_arena = false;
|
||||
m_is_cutscene = false;
|
||||
m_camera_far = 1000.0f;
|
||||
|
||||
Reference in New Issue
Block a user