remove transition

This commit is contained in:
Glenn Maynard
2006-01-15 08:21:03 +00:00
parent 0ff2505831
commit 9ca202d311
+1 -1
View File
@@ -58,7 +58,7 @@ void ScreenOptionsMaster::Init()
}
else if( sFlag == "smnavigation" )
SetNavigation( NAV_THREE_KEY_MENU );
else if( sFlag == "toggle" || sFlag == "firstchoicegoesdown" )
else if( sFlag == "toggle" )
SetNavigation( PREFSMAN->m_bArcadeOptionsNavigation? NAV_TOGGLE_THREE_KEY:NAV_TOGGLE_FIVE_KEY );
else
RageException::Throw( "Unknown flag \"%s\"", sFlag.c_str() );