remove unneeded fixme comment

This commit is contained in:
AJ Kelly
2010-12-19 13:59:05 -06:00
parent ef46e6c088
commit 0776688a11
-4
View File
@@ -42,10 +42,6 @@ void CourseContentsList::SetFromGameState()
{
RemoveAllChildren();
// FIXME: Is there a better way to handle when players don't have
// the same number of TrailEntries?
// They have to have the same number, and of the same songs, or gameplay
// isn't going to line up.
if( GAMESTATE->m_MasterPlayerNumber == PlayerNumber_Invalid )
return;
const Trail *pMasterTrail = GAMESTATE->m_pCurTrail[GAMESTATE->m_MasterPlayerNumber];