X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_shared.h;h=21deb6a250693c59f58377e5d8cdc4d3007f0da6;hp=6d7cb0c26773d72e731e6aa677893079e7596c7f;hb=9085903141b6ca8abcf0f518908d770e0107d378;hpb=53a883a2fff0448f0ca03fb7caca0d4763bb481e diff --git a/model_shared.h b/model_shared.h index 6d7cb0c2..21deb6a2 100644 --- a/model_shared.h +++ b/model_shared.h @@ -192,9 +192,6 @@ typedef struct model_s int sprnum_type; mspriteframe_t *sprdata_frames; - // adds a box (or individual polygons) to the clipping engine, - // which will mark the entity visible if seen - void(*SERAddEntity)(void); // draw the model void(*Draw)(void); // draw the model's sky polygons (only used by brush models)