Remove R_Init_Entity. Never used, and probably doesn't belong in the renderer.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-06-07 23:38:53 +00:00
parent 541f7ed1b8
commit 9bca381c41

View file

@ -59,20 +59,6 @@ R_Ents_Init (void)
{
}
void
R_Init_Entity (entity_t *ent)
{
memset (ent, 0, sizeof (*ent));
ent->colormap = vid.colormap8;
ent->colormod[0] = ent->colormod[1] = ent->colormod[2] =
ent->colormod[3] = 1.0;
ent->scale = 1.0;
ent->glow_size = 0.0;
ent->glow_color = 254;
ent->pose1 = ent->pose2 = -1;
}
void
R_ClearEnts (void)
{