mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Merge branch 'fix-perfect-eval-musicdef' into 'master'
Fix music credit appearing on perfect evaluation screen Closes #1283 See merge request KartKrew/Kart!2293
This commit is contained in:
		
						commit
						923de2667e
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -412,6 +412,7 @@ void F_StartCredits(void)
 | 
			
		|||
	Music_StopAll();
 | 
			
		||||
	S_StopSounds();
 | 
			
		||||
 | 
			
		||||
	Music_Play("credits_silence"); // mask any music changes from demos
 | 
			
		||||
	F_NewCreditsMusic("_creds", false);
 | 
			
		||||
 | 
			
		||||
	F_CreditsReset();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -164,6 +164,13 @@ void Music_Init(void)
 | 
			
		|||
		tune.credit = false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	{
 | 
			
		||||
		Tune& tune = g_tunes.insert("credits_silence");
 | 
			
		||||
 | 
			
		||||
		tune.song = "";
 | 
			
		||||
		tune.priority = 100;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	{
 | 
			
		||||
		Tune& tune = g_tunes.insert("credits");
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue