diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-11-19 05:48:27 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:24:50 +0000 |
commit | 582f9820eb140fccfacd43333199838898ebad2a (patch) | |
tree | 720414ecce6f0f77661da04935c88fa9e451f58a /src/qcommon | |
parent | 67a61dbd718c7ba9ccc9b3137b16f9022ddb8b34 (diff) |
Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/cm_public.h | 9 | ||||
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/qcommon/cm_public.h b/src/qcommon/cm_public.h index 123fee38..60f5253c 100644 --- a/src/qcommon/cm_public.h +++ b/src/qcommon/cm_public.h @@ -71,14 +71,5 @@ qboolean CM_AreasConnected( int area1, int area2 ); int CM_WriteAreaBits( byte *buffer, int area ); -// cm_tag.c -int CM_LerpTag( orientation_t *tag, clipHandle_t model, int startFrame, int endFrame, - float frac, const char *tagName ); - - -// cm_marks.c -int CM_MarkFragments( int numPoints, const vec3_t *points, const vec3_t projection, - int maxPoints, vec3_t pointBuffer, int maxFragments, markFragment_t *fragmentBuffer ); - // cm_patch.c void CM_DrawDebugSurface( void (*drawPoly)(int color, int numPoints, float *points) ); diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index bfdec394..10a12ab8 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1080,7 +1080,7 @@ typedef struct { // or ENTITYNUM_NONE, ENTITYNUM_WORLD -// markfragments are returned by CM_MarkFragments() +// markfragments are returned by R_MarkFragments() typedef struct { int firstPoint; int numPoints; |