mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
3cd3e0a025
commit
420ab4ba75
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue