mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 11:45:58 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
SetEntityDataPacket::SetEntityDataPacket() {
|
||||
id = -1;
|
||||
packedItems = NULL;
|
||||
packedItems = nullptr;
|
||||
}
|
||||
|
||||
SetEntityDataPacket::~SetEntityDataPacket() { delete packedItems; }
|
||||
|
||||
Reference in New Issue
Block a user