mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 05:07:01 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -19,7 +19,7 @@ DLCColourTableFile::~DLCColourTableFile()
|
||||
}
|
||||
}
|
||||
|
||||
void DLCColourTableFile::addData(uint8_t *pbData, std::uint32_t dataBytes)
|
||||
void DLCColourTableFile::addData(std::uint8_t *pbData, std::uint32_t dataBytes)
|
||||
{
|
||||
ColourTable *defaultColourTable = Minecraft::GetInstance()->skins->getDefault()->getColourTable();
|
||||
m_colourTable = new ColourTable(defaultColourTable, pbData, dataBytes);
|
||||
|
||||
Reference in New Issue
Block a user