Oops, committed debug code
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10063 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -229,11 +229,8 @@ void CreditsScreen::loadedFromFile()
|
||||
}
|
||||
assert(m_sections.size() > 0);
|
||||
|
||||
// FIXME for testing only
|
||||
m_sections.swap( m_sections.size() - 1, 0 );
|
||||
|
||||
// translations should be just before the last screen
|
||||
//m_sections.swap( m_sections.size() - 1, m_sections.size() - 2 );
|
||||
m_sections.swap( m_sections.size() - 1, m_sections.size() - 2 );
|
||||
}
|
||||
|
||||
} // loadedFromFile
|
||||
|
||||
Reference in New Issue
Block a user