fix: unglob std::{min, max}, manual stuff

This commit is contained in:
Tropical
2026-03-06 20:47:11 -06:00
parent 967ffbb2a6
commit 04ff82ba70
54 changed files with 126 additions and 126 deletions

View File

@@ -1333,8 +1333,8 @@ bool NetherBridgePieces::CastleCorridorStairsPiece::postProcess(Level *level, Ra
int stairsData = getOrientationData(Tile::stairs_netherBricks_Id, 2);
for (int step = 0; step <= 9; step++)
{
int floor = max(1, 7 - step);
int roof = min(max(floor + 5, 14 - step), 13);
int floor = std::max(1, 7 - step);
int roof = std::min(std::max(floor + 5, 14 - step), 13);
int z = step;
// floor