[quake3-commits] r2362 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Nov 19 00:48:27 EST 2012
Author: ztm
Date: 2012-11-19 00:48:27 -0500 (Mon, 19 Nov 2012)
New Revision: 2362
Modified:
trunk/code/qcommon/cm_public.h
trunk/code/qcommon/q_shared.h
Log:
Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.
Modified: trunk/code/qcommon/cm_public.h
===================================================================
--- trunk/code/qcommon/cm_public.h 2012-11-19 00:40:03 UTC (rev 2361)
+++ trunk/code/qcommon/cm_public.h 2012-11-19 05:48:27 UTC (rev 2362)
@@ -63,14 +63,5 @@
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) );
Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h 2012-11-19 00:40:03 UTC (rev 2361)
+++ trunk/code/qcommon/q_shared.h 2012-11-19 05:48:27 UTC (rev 2362)
@@ -1007,7 +1007,7 @@
// or ENTITYNUM_NONE, ENTITYNUM_WORLD
-// markfragments are returned by CM_MarkFragments()
+// markfragments are returned by R_MarkFragments()
typedef struct {
int firstPoint;
int numPoints;
More information about the quake3-commits
mailing list