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:
auria
2011-10-29 22:52:49 +00:00
parent cb6a1a45af
commit 2b152542ae

View File

@@ -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