fix: ps3 build error

This commit is contained in:
Miyo Sho 2026-03-01 12:57:42 -05:00 committed by GitHub
parent 33e1b5ceb9
commit 0714be8b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3217,7 +3217,7 @@ void CMinecraftApp::HandleXuiActions(void)
bool gameStarted = false;
for(int i = 0; i < pMinecraft->levels.length; i++)
{
if (pMinecraft->levels.data[i] != nullptr)
if (pMinecraft->levels.data[i] != NULL)
{
gameStarted = true;
break;
@ -9536,4 +9536,4 @@ bool CMinecraftApp::HasReachedMainMenu()
{
return m_hasReachedMainMenu;
}
#endif
#endif