mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-10 06:08:06 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
This commit is contained in:
@@ -8,7 +8,7 @@ void BlockReplacements::staticCtor()
|
||||
{
|
||||
for (int i = 0; i < 256; i++)
|
||||
{
|
||||
byte b = static_cast<byte>(i);
|
||||
BYTE b = static_cast<BYTE>(i);
|
||||
if (b != 0 && Tile::tiles[b & 0xff] == nullptr)
|
||||
{
|
||||
b = 0;
|
||||
|
||||
Reference in New Issue
Block a user