mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	VERSIONSTRINGW is funny
This commit is contained in:
		
							parent
							
								
									7cf1a1aab8
								
							
						
					
					
						commit
						3d498fe894
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1662,11 +1662,7 @@ void I_UpdateMumble(const mobj_t *mobj, const listener_t listener)
 | 
			
		|||
		return;
 | 
			
		||||
 | 
			
		||||
	if(mumble->uiVersion != 2) {
 | 
			
		||||
#ifdef VERSIONSTRINGW
 | 
			
		||||
		wcsncpy(mumble->name, L"SRB2 "VERSIONSTRINGW, 256);
 | 
			
		||||
#else
 | 
			
		||||
		wcsncpy(mumble->name, L"SRB2 "VERSIONSTRING, 256);
 | 
			
		||||
#endif
 | 
			
		||||
		wcsncpy(mumble->description, L"Sonic Robo Blast 2 with integrated Mumble Link support.", 2048);
 | 
			
		||||
		mumble->uiVersion = 2;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue