mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-03 03:14:19 +00:00
Remove DWORD texture pack IDs from pack interfaces
This commit is contained in:
@@ -50,7 +50,7 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
DLCTexturePack::DLCTexturePack(DWORD id, DLCPack *pack, TexturePack *fallback) : AbstractTexturePack(id, NULL, pack->getName(), fallback)
|
||||
DLCTexturePack::DLCTexturePack(std::uint32_t id, DLCPack *pack, TexturePack *fallback) : AbstractTexturePack(id, NULL, pack->getName(), fallback)
|
||||
{
|
||||
m_dlcInfoPack = pack;
|
||||
m_dlcDataPack = NULL;
|
||||
@@ -305,7 +305,7 @@ void DLCTexturePack::loadData()
|
||||
|
||||
|
||||
|
||||
std::wstring DLCTexturePack::getFilePath(DWORD packId, std::wstring filename, bool bAddDataFolder)
|
||||
std::wstring DLCTexturePack::getFilePath(std::uint32_t packId, std::wstring filename, bool bAddDataFolder)
|
||||
{
|
||||
return app.getFilePath(packId,filename,bAddDataFolder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user