Fix: forgotten ==

This commit is contained in:
Charles Lohr
2005-03-28 19:26:14 +00:00
parent 4443fd2f0d
commit a88ed42764
+1 -1
View File
@@ -161,7 +161,7 @@ void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
{ {
SCREENMAN->SetNewScreen( THEME->GetMetric (m_sName, "NoSongsScreen") ); SCREENMAN->SetNewScreen( THEME->GetMetric (m_sName, "NoSongsScreen") );
} }
else if( SM_ChangeSong ) else if( SM == SM_ChangeSong )
{ {
//First check to see if this song is already selected. //First check to see if this song is already selected.
//This is so that if you multiple copies of the "same" song //This is so that if you multiple copies of the "same" song