- voxel management cleanup.

Moving the voxel index into the texExtInfo array and removing most of Blood's and SW's special handling.
This commit is contained in:
Christoph Oelckers 2022-12-08 18:26:09 +01:00
parent be2112a507
commit 8a789b9015
25 changed files with 109 additions and 138 deletions

View file

@ -81,5 +81,4 @@ struct ModelManager
};
int tilehasmodelorvoxel(int const tilenume, int pal);
inline ModelManager modelManager;