ref: rename glpoly_t to glpoly2_t to make the changes more obvious and easier to notice

This commit is contained in:
Alibek Omarov
2024-08-10 13:44:49 +03:00
parent d2d6ed8bd4
commit 677464d04d
7 changed files with 26 additions and 26 deletions

View File

@@ -500,7 +500,7 @@ void R_DrawWaterSurfaces( void );
void R_DrawBrushModel( cl_entity_t *e );
void GL_SubdivideSurface( msurface_t *fa );
void GL_BuildPolygonFromSurface( model_t *mod, msurface_t *fa );
void DrawGLPoly( glpoly_t *p, float xScale, float yScale );
void DrawGLPoly( glpoly2_t *p, float xScale, float yScale );
texture_t *R_TextureAnimation( msurface_t *s );
void GL_SetupFogColorForSurfaces( void );
void R_DrawAlphaTextureChains( void );