From: divverent Date: Sat, 7 Nov 2009 13:04:52 +0000 (+0000) Subject: fix typo compile erorr X-Git-Tag: xonotic-v0.1.0preview~1190 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b691ec2d4059c35f2e1e8702703045d8d5a916b7;p=xonotic%2Fdarkplaces.git fix typo compile erorr git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9452 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/csprogs.h b/csprogs.h index e930132e..38e1cba0 100644 --- 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); -int CL_BlendTagMatrix(entity_render_t *entrender, int tagindex, matrix5x4_t *blendmatrix); // returns 0 or an error code +int CL_BlendTagMatrix(entity_render_t *entrender, int tagindex, matrix4x4_t *blendmatrix); // returns 0 or an error code #endif