mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 03:28:08 +00:00
Use standard buffer types for in-memory TPD data
This commit is contained in:
@@ -1696,8 +1696,8 @@ void UIScene_LoadOrJoinMenu::UpdateGamesList()
|
||||
|
||||
if(tp==NULL)
|
||||
{
|
||||
DWORD dwBytes=0;
|
||||
PBYTE pbData=NULL;
|
||||
unsigned int dwBytes=0;
|
||||
std::uint8_t *pbData=NULL;
|
||||
app.GetTPD(sessionInfo->data.texturePackParentId,&pbData,&dwBytes);
|
||||
|
||||
// is it in the tpd data ?
|
||||
|
||||
Reference in New Issue
Block a user