diff options
author | Abdou-31 <abdou31.coding@gmail.com> | 2022-11-09 17:57:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 11:57:19 -0500 |
commit | d1b80b462eaa74a8640cf132c21f74e4f924052a (patch) | |
tree | d5804214487f339643ab6cdf74fbd113cb02cb2b /src/mapgen/mapgen.cpp | |
parent | 6191bafcadc21277be5527ed1ac05f7902e710ad (diff) | |
download | minetest-d1b80b462eaa74a8640cf132c21f74e4f924052a.tar.xz |
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Diffstat (limited to 'src/mapgen/mapgen.cpp')
-rw-r--r-- | src/mapgen/mapgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapgen/mapgen.cpp b/src/mapgen/mapgen.cpp index 943ac4c4f..0639f149f 100644 --- a/src/mapgen/mapgen.cpp +++ b/src/mapgen/mapgen.cpp @@ -82,7 +82,7 @@ struct MapgenDesc { //// Built-in mapgens //// -// Order used here defines the order of appearence in mainmenu. +// Order used here defines the order of appearance in mainmenu. // v6 always last to discourage selection. // Special mapgens flat, fractal, singlenode, next to last. Of these, singlenode // last to discourage selection. @@ -745,7 +745,7 @@ void MapgenBasic::generateBiomes() nplaced = 0; // Enable top/filler placement for next surface air_above = true; water_above = false; - } else { // Possible various nodes overgenerated from neighbouring mapchunks + } else { // Possible various nodes overgenerated from neighboring mapchunks nplaced = U16_MAX; // Disable top/filler placement air_above = false; water_above = false; |