mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 16:37:24 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
NetworkPlayerQNet::NetworkPlayerQNet(IQNetPlayer* qnetPlayer) {
|
||||
m_qnetPlayer = qnetPlayer;
|
||||
m_pSocket = NULL;
|
||||
m_pSocket = nullptr;
|
||||
}
|
||||
|
||||
unsigned char NetworkPlayerQNet::GetSmallId() {
|
||||
|
||||
Reference in New Issue
Block a user