Some tweaks
This commit is contained in:
parent
98a7d35bab
commit
c715cae18d
3 changed files with 15 additions and 24 deletions
|
@ -930,7 +930,7 @@ ModelAnimation *LoadModelAnimations(const char *filename, int *animCount)
|
|||
unsigned int flags;
|
||||
} IQMAnim;
|
||||
|
||||
FILE *iqmFile;
|
||||
FILE *iqmFile = NULL;
|
||||
IQMHeader iqm;
|
||||
|
||||
iqmFile = fopen(filename,"rb");
|
||||
|
@ -3061,7 +3061,7 @@ static Model LoadIQM(const char *fileName)
|
|||
|
||||
Model model = { 0 };
|
||||
|
||||
FILE *iqmFile;
|
||||
FILE *iqmFile = NULL;
|
||||
IQMHeader iqm;
|
||||
|
||||
IQMMesh *imesh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue