mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Eliminated unneeded parameter
This commit is contained in:
@@ -124,7 +124,7 @@ void unpacktextures(const char *filedata,
|
||||
filesize);
|
||||
unsigned int *tloc = (unsigned int*)
|
||||
malloc(sizeof(unsigned int) * texturecount);
|
||||
gettextures(tloc, tp, batches, descripts);
|
||||
locatetextures(tloc, tp, descripts);
|
||||
// add 3 to buffer for digits, & 4 for file extension
|
||||
char *fmt = (char*)malloc(strlen(filename) + 3 + 4);
|
||||
unsigned int texsize = 0;
|
||||
|
||||
Reference in New Issue
Block a user