]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.h
fix typo compile erorr
[xonotic/darkplaces.git] / csprogs.h
index 1cd41deb49f04fd4bc55d9a008a7cc4061f920f5..38e1cba0f2223f0f47076a1b9cf267eb64458486 100644 (file)
--- a/csprogs.h
+++ b/csprogs.h
@@ -62,6 +62,6 @@ qboolean MakeDownloadPacket(const char *filename, unsigned char *data, unsigned
 qboolean CL_VM_GetEntitySoundOrigin(int entnum, vec3_t out);
 
 void CL_LoadFrameGroupBlend(prvm_edict_t *ed, entity_render_t *entrender);
-qboolean CL_BlendTagMatrix(entity_render_t *entrender, int tagindex, matrix4x4_t *blendmatrix);
+int CL_BlendTagMatrix(entity_render_t *entrender, int tagindex, matrix4x4_t *blendmatrix); // returns 0 or an error code
 
 #endif