IQM skin support and print limit info, make other limit info consistent, patch by Zack Middleton (#4978)

This commit is contained in:
Thilo Schulz 2011-05-06 11:43:07 +00:00
parent 45824008d9
commit 2ae1bf3dcd
4 changed files with 54 additions and 15 deletions

View file

@ -668,6 +668,7 @@ typedef struct {
// inter-quake-model surface
typedef struct srfIQModel_s {
surfaceType_t surfaceType;
char name[MAX_QPATH];
shader_t *shader;
iqmData_t *data;
int first_vertex, num_vertexes;