mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 20:21:54 +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 @@
|
||||
#include "../../../Minecraft.World/Headers/net.minecraft.locale.h"
|
||||
|
||||
JoinMultiplayerScreen::JoinMultiplayerScreen(Screen* lastScreen) {
|
||||
ipEdit = NULL;
|
||||
ipEdit = nullptr;
|
||||
this->lastScreen = lastScreen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user