mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-28 10:44:49 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -8,7 +8,7 @@ DLCLocalisationFile::DLCLocalisationFile(const std::wstring &path) : DLCFile(DLC
|
||||
m_strings = NULL;
|
||||
}
|
||||
|
||||
void DLCLocalisationFile::addData(uint8_t *pbData, std::uint32_t dataBytes)
|
||||
void DLCLocalisationFile::addData(std::uint8_t *pbData, std::uint32_t dataBytes)
|
||||
{
|
||||
m_strings = new StringTable(pbData, dataBytes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user