* Implement basic multiplayer functionality * Update README.md --------- Co-authored-by: Slenderman <ssimulpong@outlook.com>
This commit is contained in:
@@ -3402,7 +3402,7 @@ void CMinecraftApp::HandleXuiActions(void)
|
||||
bool gameStarted = false;
|
||||
for(int j = 0; j < pMinecraft->levels.length; j++)
|
||||
{
|
||||
if (pMinecraft->levels.data[i] != NULL)
|
||||
if (pMinecraft->levels.data[i] != nullptr)
|
||||
{
|
||||
gameStarted = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user