format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions
@@ -15,7 +15,7 @@ GroundBushFeature::GroundBushFeature(int trunkType, int leafType) {
bool GroundBushFeature::place(Level* level, Random* random, int x, int y,
int z) {
int t = 0;
int t = 0;
while (((t = level->getTile(x, y, z)) == 0 || t == Tile::leaves_Id) &&
y > 0)
y--;
@@ -42,6 +42,6 @@ bool GroundBushFeature::place(Level* level, Random* random, int x, int y,
}
}
}
return true;
}