mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 17:48:06 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -36,7 +36,7 @@ void NameEntryScreen::buttonClicked(Button button) {
|
||||
|
||||
if (button.id == 0 && trimString(name).length() > 1) {
|
||||
minecraft->saveSlot(slot, trimString(name));
|
||||
minecraft->setScreen(NULL);
|
||||
minecraft->setScreen(nullptr);
|
||||
// minecraft->grabMouse(); // 4J - removed
|
||||
}
|
||||
if (button.id == 1) {
|
||||
|
||||
Reference in New Issue
Block a user