remove a todo of mine that made no sense

This commit is contained in:
AJ Kelly
2011-03-07 15:19:37 -06:00
parent 3a89fafb8f
commit c4622d375b
-1
View File
@@ -412,7 +412,6 @@ void GameCommand::LoadOne( const Command& cmd )
else if( sName == "fademusic" )
{
// todo: parse things correctly. -aj
if( cmd.m_vsArgs.size() == 3 )
{
m_bFadeMusic = true;