aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/HugeMushroomTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/HugeMushroomTile.cpp')
-rw-r--r--Minecraft.World/HugeMushroomTile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.World/HugeMushroomTile.cpp b/Minecraft.World/HugeMushroomTile.cpp
index 8d3ef144..e96cfd1f 100644
--- a/Minecraft.World/HugeMushroomTile.cpp
+++ b/Minecraft.World/HugeMushroomTile.cpp
@@ -9,9 +9,9 @@ const wstring HugeMushroomTile::TEXTURE_TYPE[] = {L"skin_brown", L"skin_red"};
HugeMushroomTile::HugeMushroomTile(int id, Material *material, int type) : Tile(id, material)
{
this->type = type;
- icons = nullptr;
- iconStem = nullptr;
- iconInside = nullptr;
+ icons = NULL;
+ iconStem = NULL;
+ iconInside = NULL;
}
Icon *HugeMushroomTile::getTexture(int face, int data)