NULL to nullptr

This commit is contained in:
GabsPuNs
2026-03-20 23:51:37 -04:00
parent cc6403cf9a
commit 4b4b20a84b
79 changed files with 4272 additions and 4274 deletions

View File

@@ -140,7 +140,7 @@ wstring FlatLevelSource::gatherStats()
vector<Biome::MobSpawnerData *> *FlatLevelSource::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
{
Biome *biome = level->getBiome(x, z);
if (biome == NULL)
if (biome == nullptr)
{
return nullptr;
}