fix an oopsie with low-copy and software clients

This commit is contained in:
Bill Currie 2001-12-01 22:26:17 +00:00
parent 6a51021f86
commit 13d67a4c67

View file

@ -154,6 +154,9 @@ CL_EntFromBaseline (entity_state_t *es, entity_t *ent, int ind)
cl_entity_model_states[ind].model = ent->model;
cl_entity_model_states[ind].skinnum = ent->skinnum;
CL_SetColormap (ent, es->colormap - 1);
} else {
ent->colormap = vid.colormap8;
ent->skin = NULL;
}
}