mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 09:42: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 @@
|
||||
void TileEntityDataPacket::_init() {
|
||||
x = y = z = 0;
|
||||
type = TYPE_MOB_SPAWNER;
|
||||
tag = NULL;
|
||||
tag = nullptr;
|
||||
}
|
||||
|
||||
TileEntityDataPacket::TileEntityDataPacket() {
|
||||
|
||||
Reference in New Issue
Block a user