aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp')
-rw-r--r--Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp b/Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp
index c34b5e87..3920e004 100644
--- a/Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp
+++ b/Minecraft.Client/Common/UI/UIControl_LeaderboardList.cpp
@@ -45,7 +45,7 @@ void UIControl_LeaderboardList::ReInit()
void UIControl_LeaderboardList::clearList()
{
IggyDataValue result;
- IggyResult out = IggyPlayerCallMethodRS ( m_parentScene->getMovie() , &result, getIggyValuePath(), m_funcResetLeaderboard , 0 , NULL );
+ IggyResult out = IggyPlayerCallMethodRS ( m_parentScene->getMovie() , &result, getIggyValuePath(), m_funcResetLeaderboard , 0 , nullptr );
}
void UIControl_LeaderboardList::setupTitles(const wstring &rank, const wstring &gamertag)