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
@@ -183,7 +183,8 @@ bool StrongholdFeature::isFeatureChunk(int x, int z, bool bIsSuperflat) {
// 4J Stu - Randomise the angles for retries as well
#ifdef _LARGE_WORLDS
angle = random.nextDouble() * std::numbers::pi * 2.0 * circle / (double)spread;
angle = random.nextDouble() * std::numbers::pi * 2.0 * circle /
(double)spread;
#endif
} while (!hasFoundValidPos && findAttempts < MAX_STRONGHOLD_ATTEMPTS);