mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Replaced nullptr by NULL
This commit is contained in:
parent
a637c72a40
commit
e4d3df5268
|
@ -1183,7 +1183,7 @@ bool CMenus::DoResolutionList(CUIRect* pRect, CListBoxState* pListBoxState,
|
||||||
int OldSelected = -1;
|
int OldSelected = -1;
|
||||||
char aBuf[32];
|
char aBuf[32];
|
||||||
|
|
||||||
UiDoListboxStart(pListBoxState, pListBoxState, 20.0f, nullptr, lModes.size(), 1,
|
UiDoListboxStart(pListBoxState, pListBoxState, 20.0f, NULL, lModes.size(), 1,
|
||||||
OldSelected, pRect);
|
OldSelected, pRect);
|
||||||
|
|
||||||
for(int i = 0; i < lModes.size(); ++i)
|
for(int i = 0; i < lModes.size(); ++i)
|
||||||
|
|
Loading…
Reference in a new issue