mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.
This commit is contained in:
parent
3da8779180
commit
1f8db4c14a
2 changed files with 1 additions and 10 deletions
|
@ -63,14 +63,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) );
|
||||
|
|
|
@ -1007,7 +1007,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;
|
||||
|
|
Loading…
Reference in a new issue