]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
needed one more prototype
[xonotic/darkplaces.git] / model_shared.h
index 9d4c30478a17fb4358f340a1beab6668eb5bdf01..011d53ff540d5a22807482e85ff9b04ab3a9311a 100644 (file)
@@ -198,8 +198,8 @@ typedef struct model_s
        void(*Draw)(struct entity_render_s *ent);
        // draw the model's sky polygons (only used by brush models)
        void(*DrawSky)(struct entity_render_s *ent);
-       // draw the model's shadows
-       void(*DrawShadow)(struct entity_render_s *ent);
+       // draw a fake shadow for the model
+       void(*DrawFakeShadow)(struct entity_render_s *ent);
 
        // memory pool for allocations
        mempool_t               *mempool;