mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 18:16:22 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -16,7 +16,7 @@ DLCSkinFile::DLCSkinFile(const std::wstring &path) : DLCFile(DLCManager::e_DLCTy
|
||||
m_uiAnimOverrideBitmask=0L;
|
||||
}
|
||||
|
||||
void DLCSkinFile::addData(uint8_t *pbData, std::uint32_t dataBytes)
|
||||
void DLCSkinFile::addData(std::uint8_t *pbData, std::uint32_t dataBytes)
|
||||
{
|
||||
app.AddMemoryTextureFile(m_path,pbData,dataBytes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user