diff options
Diffstat (limited to 'src/Generating/RainbowRoadsGen.h')
-rw-r--r-- | src/Generating/RainbowRoadsGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/RainbowRoadsGen.h b/src/Generating/RainbowRoadsGen.h index 52d48ceca..75383e223 100644 --- a/src/Generating/RainbowRoadsGen.h +++ b/src/Generating/RainbowRoadsGen.h @@ -31,7 +31,7 @@ protected: /** The noise used for generating random numbers */ cNoise m_Noise; - /** Maximum depth of the generator tree*/ + /** Maximum depth of the generator tree */ int m_MaxDepth; /** Maximum size, in X / Z blocks, of the structure (radius from the origin) */ |