mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-13 05:18:44 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
This commit is contained in:
@@ -138,7 +138,7 @@ void LargeHellCaveFeature::addTunnel(int64_t seed, int xOffs, int zOffs, byteArr
|
||||
int block = blocks[p];
|
||||
if (block == Tile::netherRack_Id || block == Tile::dirt_Id || block == Tile::grass_Id)
|
||||
{
|
||||
blocks[p] = static_cast<byte>(0);
|
||||
blocks[p] = static_cast<BYTE>(0);
|
||||
}
|
||||
}
|
||||
p--;
|
||||
|
||||
Reference in New Issue
Block a user