mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 00:43:56 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
LevelChunk* MemoryChunkStorage::load(Level* level, int x,
|
||||
int z) // throws IOException
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void MemoryChunkStorage::save(Level* level,
|
||||
|
||||
Reference in New Issue
Block a user