Play invalid sound.

This commit is contained in:
Steve Checkoway
2006-03-18 13:24:31 +00:00
parent f648efa84e
commit dd3206c4fc
@@ -265,6 +265,7 @@ void ScreenOptionsEditCourseEntry::HandleScreenMessage( const ScreenMessage SM )
}
if( pSong == NULL )
{
SCREENMAN->PlayInvalidSound();
SCREENMAN->SystemMessage( NO_SONGS );
return;
}