Eliminated unneeded parameter

This commit is contained in:
_
2018-04-05 17:51:22 -07:00
parent dce4180d5d
commit 6d0deefe43
3 changed files with 7 additions and 9 deletions

View File

@@ -78,10 +78,9 @@ unsigned int gettexturebatch(
return totaltextures;
}
void gettextures(unsigned int *t,
struct TexturePack *tp,
struct TextureBatch **tb,
struct TextureBatchDescriptor **bds) {
void locatetextures(unsigned int *t,
struct TexturePack *tp,
struct TextureBatchDescriptor **bds) {
unsigned int i;
unsigned int j;
// k is access to index of textures.