diff options
author | x12xx12x <44411062+12xx12@users.noreply.github.com> | 2024-11-10 00:07:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 00:07:11 +0100 |
commit | 44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26 (patch) | |
tree | d252e4cf7abc71dd860c118ba0aed33b806c4fe2 /src/Generating/MineShafts.h | |
parent | fixes for api changes in embedtls (#5540) (diff) | |
download | cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar.gz cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar.bz2 cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar.lz cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar.xz cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.tar.zst cuberite-44cb43f13cdd8f2b3efb9ae77daa3e994c62bc26.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/MineShafts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/MineShafts.h b/src/Generating/MineShafts.h index 43eff2055..6c137fed8 100644 --- a/src/Generating/MineShafts.h +++ b/src/Generating/MineShafts.h @@ -35,7 +35,7 @@ protected: class cMineShaftSystem; // fwd: MineShafts.cpp int m_GridSize; ///< Average spacing of the systems - int m_MaxSystemSize; ///< Maximum blcok size of a mineshaft system + int m_MaxSystemSize; ///< Maximum block size of a mineshaft system int m_ProbLevelCorridor; ///< Probability level of a branch object being the corridor int m_ProbLevelCrossing; ///< Probability level of a branch object being the crossing, minus Corridor int m_ProbLevelStaircase; ///< Probability level of a branch object being the staircase, minus Crossing |