Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173)
This commit is contained in:
		
							parent
							
								
									149015e799
								
							
						
					
					
						commit
						100697ebab
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -317,6 +317,8 @@ void audio_init() {
 | 
			
		|||
 | 
			
		||||
  if (audio_config.enable) {
 | 
			
		||||
    PLAY_SONG(startup_song);
 | 
			
		||||
  } else {
 | 
			
		||||
    stop_all_notes();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue