IQM skin support and print limit info, make other limit info consistent, patch by Zack Middleton (#4978)
This commit is contained in:
parent
45824008d9
commit
2ae1bf3dcd
4 changed files with 54 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue