diff --git a/stepmania/src/ScreenOptionsEditCourseEntry.cpp b/stepmania/src/ScreenOptionsEditCourseEntry.cpp index a12a25f71e..330bbf2934 100644 --- a/stepmania/src/ScreenOptionsEditCourseEntry.cpp +++ b/stepmania/src/ScreenOptionsEditCourseEntry.cpp @@ -265,6 +265,7 @@ void ScreenOptionsEditCourseEntry::HandleScreenMessage( const ScreenMessage SM ) } if( pSong == NULL ) { + SCREENMAN->PlayInvalidSound(); SCREENMAN->SystemMessage( NO_SONGS ); return; }