Includes for recent fixes. (forgot to upload them)

This commit is contained in:
Forest Hale 2000-06-30 23:10:23 +00:00
parent 0793a90813
commit 674e537a72
3 changed files with 16 additions and 15 deletions

View file

@ -300,7 +300,7 @@ void R_RotateForEntity (entity_t *e);
extern float bubble_sintable[], bubble_costable[];
extern float v_blend[4];
void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
void R_MarkLights (vec3_t lightorigin, dlight_t *light, int bit, mnode_t *node);
void R_AnimateLight (void);
void R_RenderDlights (void);
int R_LightPoint (vec3_t p);