mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	restore ISO C90 support in r_opengl
This commit is contained in:
		
							parent
							
								
									40d1898806
								
							
						
					
					
						commit
						cec63aa4c0
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1711,8 +1711,7 @@ EXPORT void HWRAPI(DrawMD2i) (INT32 *gl_cmd_buffer, md2_frame_t *frame, UINT32 d | |||
| 
 | ||||
| 	float pol; | ||||
| 	UINT32 newtime; | ||||
| 	float scalex, scaley, scalez; | ||||
| 	scalex = scaley = scalez = scale; | ||||
| 	float scalex = scale, scaley = scale, scalez = scale; | ||||
| 
 | ||||
| 	// Because Otherwise, scaling the screen negatively vertically breaks the lighting
 | ||||
| #ifndef KOS_GL_COMPATIBILITY | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alam Ed Arias
						Alam Ed Arias