aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/SandStoneTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/SandStoneTile.cpp')
-rw-r--r--Minecraft.World/SandStoneTile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.World/SandStoneTile.cpp b/Minecraft.World/SandStoneTile.cpp
index daf42db8..bd7309b9 100644
--- a/Minecraft.World/SandStoneTile.cpp
+++ b/Minecraft.World/SandStoneTile.cpp
@@ -14,9 +14,9 @@ int SandStoneTile::SANDSTONE_NAMES[SANDSTONE_BLOCK_NAMES] = {
SandStoneTile::SandStoneTile(int id) : Tile(id, Material::stone)
{
- icons = NULL;
- iconTop = NULL;
- iconBottom = NULL;
+ icons = nullptr;
+ iconTop = nullptr;
+ iconBottom = nullptr;
}
Icon *SandStoneTile::getTexture(int face, int data)