aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/DesertBiome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/DesertBiome.cpp')
-rw-r--r--Minecraft.World/DesertBiome.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/DesertBiome.cpp b/Minecraft.World/DesertBiome.cpp
index 6928861e..c36b0908 100644
--- a/Minecraft.World/DesertBiome.cpp
+++ b/Minecraft.World/DesertBiome.cpp
@@ -10,8 +10,8 @@ DesertBiome::DesertBiome(int id) : Biome(id)
friendlies.clear();
friendlies_chicken.clear(); // 4J added
friendlies_wolf.clear(); // 4J added
- this->topMaterial = (BYTE) Tile::sand_Id;
- this->material = (BYTE) Tile::sand_Id;
+ topMaterial = (BYTE) Tile::sand_Id;
+ material = (BYTE) Tile::sand_Id;
decorator->treeCount = -999;
decorator->deadBushCount = 2;