Fix Linux build warnings

This commit is contained in:
notmatthewbeshay
2026-03-14 04:37:55 +11:00
parent 44ade1f2b2
commit 0249bfd2bf
47 changed files with 183 additions and 60 deletions

View File

@@ -164,6 +164,8 @@ bool ConsoleGenerateStructure::postProcess(Level *level, Random *random, Boundin
pPlaceSpawner->placeSpawnerInLevel(this,level,chunkBB);
}
break;
default:
break;
};
}
@@ -178,4 +180,4 @@ bool ConsoleGenerateStructure::checkIntersects(int x0, int y0, int z0, int x1, i
int ConsoleGenerateStructure::getMinY()
{
return getBoundingBox()->y0;
}
}