aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/TitleScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/TitleScreen.cpp')
-rw-r--r--Minecraft.Client/TitleScreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/TitleScreen.cpp b/Minecraft.Client/TitleScreen.cpp
index 1c7d5125..d522963c 100644
--- a/Minecraft.Client/TitleScreen.cpp
+++ b/Minecraft.Client/TitleScreen.cpp
@@ -18,7 +18,7 @@ TitleScreen::TitleScreen()
{
// 4J - added initialisers
vo = 0;
- multiplayerButton = NULL;
+ multiplayerButton = nullptr;
splash = L"missingno";
// try { // 4J - removed try/catch
@@ -93,7 +93,7 @@ void TitleScreen::init()
buttons.push_back(new Button(4, width / 2 + 2, topPos + spacing * 3 + 12, 98, 20, language->getElement(L"menu.quit")));
}
- if (minecraft->user == NULL)
+ if (minecraft->user == nullptr)
{
multiplayerButton->active = false;
}