aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/CakeTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/CakeTile.cpp')
-rw-r--r--Minecraft.World/CakeTile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.World/CakeTile.cpp b/Minecraft.World/CakeTile.cpp
index 0ef4fe18..55dff176 100644
--- a/Minecraft.World/CakeTile.cpp
+++ b/Minecraft.World/CakeTile.cpp
@@ -13,9 +13,9 @@ CakeTile::CakeTile(int id) : Tile(id, Material::cake,isSolidRender())
{
setTicking(true);
- iconTop = nullptr;
- iconBottom = nullptr;
- iconInner = nullptr;
+ iconTop = NULL;
+ iconBottom = NULL;
+ iconInner = NULL;
}
void CakeTile::updateShape(LevelSource *level, int x, int y, int z, int forceData, shared_ptr<TileEntity> forceEntity) // 4J added forceData, forceEntity param