mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-26 12:44:36 +00:00
TU24
This commit is contained in:
@@ -233,21 +233,6 @@ void DLCTexturePack::loadColourTable()
|
||||
#endif
|
||||
}
|
||||
|
||||
void DLCTexturePack::loadStructureTable()
|
||||
{
|
||||
if(app.hasArchiveFile(L"Structures.bin"))
|
||||
{
|
||||
byteArray structures = app.getArchiveFile(L"Structures.bin");
|
||||
|
||||
if(m_structureTable != nullptr)
|
||||
delete m_structureTable;
|
||||
|
||||
m_structureTable = new StructureTable(structures.data, structures.length);
|
||||
|
||||
delete [] structures.data;
|
||||
}
|
||||
}
|
||||
|
||||
void DLCTexturePack::loadData()
|
||||
{
|
||||
int mountIndex = m_dlcInfoPack->GetDLCMountIndex();
|
||||
|
||||
Reference in New Issue
Block a user