This fixes lightmapped non-warping water on q2 bsps.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@751 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-07 02:49:15 +00:00
parent 4effcb8172
commit 7673f3d17a
1 changed files with 4 additions and 0 deletions

View File

@ -1333,6 +1333,10 @@ void CMod_LoadFaces (lump_t *l)
{
out->flags |= SURF_DRAWSKY;
}
if (out->texinfo->flags & SURF_WARP)
{
out->flags |= SURF_DRAWTURB|SURF_DRAWTILED;
}
#endif
CalcSurfaceExtents (out);