Fixed a few warnings.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2569 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-04 17:25:25 +00:00
parent f94c5290c5
commit 8581240774
2 changed files with 2 additions and 1 deletions

View File

@ -993,7 +993,6 @@ static galiastexnum_t *GL_ChooseSkin(galiasinfo_t *inf, char *modelname, int sur
int frame;
int tc, bc;
int local;
if (!gl_nocolors.value)
{

View File

@ -286,6 +286,7 @@ void GL_EmitBothSkyLayers (msurface_t *fa);
void EmitWaterPolys (msurface_t *fa, float basealpha);
void EmitSkyPolys (msurface_t *fa);
void GL_DrawSkyChain (msurface_t *s);
void R_InitSky (texture_t *mt);
void R_ClearSkyBox (void);
void R_DrawSkyBox (msurface_t *s);
@ -303,6 +304,7 @@ void GL_Set2D (void);
//
qboolean R_CullBox (vec3_t mins, vec3_t maxs);
qboolean R_CullSphere (vec3_t origin, float radius);
qboolean R_CullEntityBox(entity_t *e, vec3_t modmins, vec3_t modmaxs);
void R_RotateForEntity (entity_t *e);
void GL_InitSceneProcessingShaders (void);