function header audit.

This commit is contained in:
Bill Currie 2001-02-09 02:53:09 +00:00
parent bb8f25bb64
commit 435c588e37
121 changed files with 1247 additions and 3078 deletions

View file

@ -52,11 +52,9 @@ void R_Alias_clip_right (finalvert_t *pfv0, finalvert_t *pfv1,
/*
================
R_Alias_clip_z
R_Alias_clip_z
pfv0 is the unclipped vertex, pfv1 is the z-clipped vertex
================
pfv0 is the unclipped vertex, pfv1 is the z-clipped vertex
*/
void
R_Alias_clip_z (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out)
@ -230,9 +228,7 @@ R_AliasClip (finalvert_t *in, finalvert_t *out, int flag, int count,
/*
================
R_AliasClipTriangle
================
R_AliasClipTriangle
*/
void
R_AliasClipTriangle (mtriangle_t *ptri)