Whitespace adjustments

This commit is contained in:
Jonathan G Rennison
2021-06-19 14:05:34 +01:00
parent d719b09cf0
commit 82fa6ed711

View File

@@ -39,7 +39,7 @@ enum TreePlacer {
TP_NONE, ///< No tree placer algorithm TP_NONE, ///< No tree placer algorithm
TP_ORIGINAL, ///< The original algorithm TP_ORIGINAL, ///< The original algorithm
TP_IMPROVED, ///< A 'improved' algorithm TP_IMPROVED, ///< A 'improved' algorithm
TP_PERFECT, ///< A 'best' algorithm TP_PERFECT, ///< A 'best' algorithm
}; };
/** Where to place trees while in-game? */ /** Where to place trees while in-game? */