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

View File

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