From 4c770ce4c33774bc2e3b17a1fb2001128c7506de Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:38:00 -0600 Subject: [PATCH] fix: add extra `Tile` constants for __linux__ --- Minecraft.World/Tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Tile.cpp b/Minecraft.World/Tile.cpp index e0ef8dd98..97ade6c33 100644 --- a/Minecraft.World/Tile.cpp +++ b/Minecraft.World/Tile.cpp @@ -1481,7 +1481,7 @@ int Tile::SoundType::getPlaceSound() const 4J: These are necessary on the PS3. (and 4 and Vita). */ -#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__) +#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__) const int Tile::rock_Id; const int Tile::grass_Id; const int Tile::dirt_Id;