that parameter changed, so the reference needs to too.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@139 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-04 18:10:45 +00:00
parent 3cd3e0a025
commit 420ab4ba75
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ void GL_EnableMultitexture(void);
//
void GL_SubdivideSurface (msurface_t *fa, float dividesize);
void EmitBothSkyLayers (msurface_t *fa);
void EmitWaterPolys (msurface_t *fa);
void EmitWaterPolys (msurface_t *fa, float basealpha);
void EmitSkyPolys (msurface_t *fa);
void R_DrawSkyChain (msurface_t *s);