]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mod_skeletal_animatevertices_generic.c
zone: Add Z_ counterparts for Realloc and strdup
[xonotic/darkplaces.git] / mod_skeletal_animatevertices_generic.c
index 5a1047d9798bd89c541ed5ca566c15d17c3ab110..932546eb50ede3b111e219b6daeeac23c9862ac3 100644 (file)
@@ -1,6 +1,6 @@
 #include "mod_skeletal_animatevertices_generic.h"
 
-void Mod_Skeletal_AnimateVertices_Generic(const dp_model_t * RESTRICT model, const frameblend_t * RESTRICT frameblend, const skeleton_t *skeleton, float * RESTRICT vertex3f, float * RESTRICT normal3f, float * RESTRICT svector3f, float * RESTRICT tvector3f)
+void Mod_Skeletal_AnimateVertices_Generic(const model_t * RESTRICT model, const frameblend_t * RESTRICT frameblend, const skeleton_t *skeleton, float * RESTRICT vertex3f, float * RESTRICT normal3f, float * RESTRICT svector3f, float * RESTRICT tvector3f)
 {
        // vertex weighted skeletal
        int i, k;