mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 10:12:26 +00:00
Remove Win32 byte pointers from DLC file interfaces
This commit is contained in:
@@ -19,8 +19,8 @@ DLCColourTableFile::~DLCColourTableFile()
|
||||
}
|
||||
}
|
||||
|
||||
void DLCColourTableFile::addData(PBYTE pbData, DWORD dwBytes)
|
||||
void DLCColourTableFile::addData(uint8_t *pbData, DWORD dwBytes)
|
||||
{
|
||||
ColourTable *defaultColourTable = Minecraft::GetInstance()->skins->getDefault()->getColourTable();
|
||||
m_colourTable = new ColourTable(defaultColourTable, pbData, dwBytes);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user