mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 13:46:26 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -21,7 +21,7 @@ void MemoryLevelStorageSource::clearAll() {}
|
||||
|
||||
LevelData* MemoryLevelStorageSource::getDataTagFor(
|
||||
const std::wstring& levelId) {
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool MemoryLevelStorageSource::isNewLevelIdAcceptable(
|
||||
|
||||
Reference in New Issue
Block a user