mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 15:06:53 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -41,7 +41,7 @@ LevelData* DirectoryLevelStorageSource::getDataTagFor(
|
||||
return ret;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DirectoryLevelStorageSource::renameLevel(
|
||||
|
||||
Reference in New Issue
Block a user