Skip to content
Snippets Groups Projects
Commit c0c2ba4c authored by fickleheart's avatar fickleheart
Browse files

Fix clobbering error in MD2 texture code

parent 4f389829
No related branches found
No related tags found
No related merge requests found
......@@ -496,7 +496,7 @@ static GrTextureFormat_t PNG_Load(const char *filename, int *w, int *h, GLPatch_
jmp_buf jmpbuf;
#endif
#endif
png_FILE_p png_FILE;
volatile png_FILE_p png_FILE;
//Filename checking fixed ~Monster Iestyn and Golden
char *pngfilename = va("%s"PATHSEP"md2"PATHSEP"%s", srb2home, filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment