X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=csprogs.h;h=226cf96c27c3fc2dc6999ac36932869412779ebb;hb=488a6f1ca3dcfac44522dcf6307d330d0d4f460c;hp=567610141cc01eb43f764936a133222711f75436;hpb=52e98268042cbf9d4460898e4fa8ebaa023977e2;p=xonotic%2Fdarkplaces.git diff --git a/csprogs.h b/csprogs.h index 56761014..226cf96c 100644 --- a/csprogs.h +++ b/csprogs.h @@ -98,7 +98,7 @@ qboolean CL_VM_Parse_TempEntity(void); void CL_VM_Parse_StuffCmd(const char *msg); void CL_VM_Parse_CenterPrint(const char *msg); int CL_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent); -int CL_GetTagMatrix(prvm_prog_t *prog, matrix4x4_t *out, prvm_edict_t *ent, int tagindex); +int CL_GetTagMatrix(prvm_prog_t *prog, matrix4x4_t *out, prvm_edict_t *ent, int tagindex, prvm_vec_t *shadingorigin); void CL_GetEntityMatrix(prvm_prog_t *prog, prvm_edict_t *ent, matrix4x4_t *out, qboolean viewmatrix); /* VMs exposing the polygon calls must call this on Init/Reset */ void VM_Polygons_Reset(prvm_prog_t *prog);