Removed some old bit of code in LinearWorld

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5275 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-04-25 19:38:26 +00:00
parent b3b81a22ba
commit 009c30b229

View File

@@ -750,9 +750,6 @@ void LinearWorld::checkForWrongDirection(unsigned int i)
if(!m_karts[i]->getController()->isPlayerController()) return;
if(!m_kart_info[i].m_on_road) return;
// FIXME: Don't do this if the in-game option menu is on the screen!
// if(option_menu) return;
const Kart *kart=m_karts[i];
// If the kart can go in more than one directions from the current track
// don't do any reverse message handling, since it is likely that there