mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Fix game-ruining 10-Key alert grammar error
Resolves ring-racers#117
This commit is contained in:
		
							parent
							
								
									6eae1715a0
								
							
						
					
					
						commit
						de594dedd8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -533,7 +533,7 @@ static void M_ChallengesTutorial(UINT8 option)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			M_StartMessage("Big Challenges & Chao Keys",
 | 
								M_StartMessage("Big Challenges & Chao Keys",
 | 
				
			||||||
				M_GetText(
 | 
									M_GetText(
 | 
				
			||||||
				"Watch out! You need 10 Chao Keys.\n"
 | 
									"Watch out! You need 10 Chao Keys\n"
 | 
				
			||||||
				"to break open Big Challenge tiles.\n"
 | 
									"to break open Big Challenge tiles.\n"
 | 
				
			||||||
				"\n"
 | 
									"\n"
 | 
				
			||||||
				"You'll also need to unlock\n"
 | 
									"You'll also need to unlock\n"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue