diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 21:10:45 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 21:10:45 +0000 |
commit | 973f693af765ecfb2007398fb023a07bc4685030 (patch) | |
tree | f7610f12a0ad02ce95661d3d0757346f69308769 /source/gl_tess.c | |
parent | d876b69b388528fd3236f2f05caac22345a798f4 (diff) |
Added --hard-link option to configure.
Link in assembly version of BoxOnPlaneSide.
Added simple game DLL interface for describing enhanced features.
Changed some renderer algorithms to do half of the
recurion path in simple cylce.
Diffstat (limited to 'source/gl_tess.c')
-rw-r--r-- | source/gl_tess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gl_tess.c b/source/gl_tess.c index adbd27e..4a77363 100644 --- a/source/gl_tess.c +++ b/source/gl_tess.c @@ -165,7 +165,7 @@ static float r_turbsin[256] = { #include "warpsin.h" }; -static qboolean WouldOverflow( drawSurf_t *surf ) { +static inline qboolean WouldOverflow( drawSurf_t *surf ) { bspPoly_t *poly; int numVerts, numIndices; |