From e4d3df526868c76961876e55c3310c1812dd35dc Mon Sep 17 00:00:00 2001 From: Jordy Ruiz Date: Sun, 28 Oct 2018 09:47:02 +0100 Subject: [PATCH] Replaced nullptr by NULL --- src/game/client/components/menus_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index 49838e8ed..069101fc8 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -1183,7 +1183,7 @@ bool CMenus::DoResolutionList(CUIRect* pRect, CListBoxState* pListBoxState, int OldSelected = -1; char aBuf[32]; - UiDoListboxStart(pListBoxState, pListBoxState, 20.0f, nullptr, lModes.size(), 1, + UiDoListboxStart(pListBoxState, pListBoxState, 20.0f, NULL, lModes.size(), 1, OldSelected, pRect); for(int i = 0; i < lModes.size(); ++i)