From 8e87a7899e60a92993b3e49e51c132b56cc4077e Mon Sep 17 00:00:00 2001 From: izzy Date: Tue, 3 Mar 2026 11:44:28 -0500 Subject: [PATCH] fix useless byte keyword hack --- Minecraft.World/x64headers/extraX64.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Minecraft.World/x64headers/extraX64.h b/Minecraft.World/x64headers/extraX64.h index b19f308a6..0ea70a01b 100644 --- a/Minecraft.World/x64headers/extraX64.h +++ b/Minecraft.World/x64headers/extraX64.h @@ -11,8 +11,6 @@ #define MULTITHREAD_ENABLE -typedef unsigned char byte; - const int XUSER_INDEX_ANY = 255; const int XUSER_INDEX_FOCUS = 254; @@ -25,7 +23,6 @@ const int MINECRAFT_NET_MAX_PLAYERS = 8; #endif - #ifdef __ORBIS__ #include #include @@ -417,7 +414,7 @@ const int QNET_SENDDATA_SEQUENTIAL = 0; struct XRNM_SEND_BUFFER { DWORD dwDataSize; - byte *pbyData; + BYTE *pbyData; }; const int D3DBLEND_CONSTANTALPHA = 0;