aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MineShaftFeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/MineShaftFeature.cpp')
-rw-r--r--Minecraft.World/MineShaftFeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/MineShaftFeature.cpp b/Minecraft.World/MineShaftFeature.cpp
index d32af346..ebf59025 100644
--- a/Minecraft.World/MineShaftFeature.cpp
+++ b/Minecraft.World/MineShaftFeature.cpp
@@ -32,7 +32,7 @@ bool MineShaftFeature::isFeatureChunk(int x, int z, bool bIsSuperflat)
{
bool forcePlacement = false;
LevelGenerationOptions *levelGenOptions = app.getLevelGenerationOptions();
- if( levelGenOptions != NULL )
+ if( levelGenOptions != nullptr )
{
forcePlacement = levelGenOptions->isFeatureChunk(x,z,eFeature_Mineshaft);
}