Fix a typo in a comment in settings_type.h. I know... Minor...

This commit is contained in:
reldred
2021-03-27 10:43:48 +10:30
parent 59631c1899
commit 4a169f07ab

View File

@@ -375,7 +375,7 @@ struct GameCreationSettings {
byte min_river_length; ///< the minimum river length
byte river_route_random; ///< the amount of randomicity for the route finding
byte amount_of_rivers; ///< the amount of rivers
uint8 amount_of_rocks; ///< the amoutn of rocks
uint8 amount_of_rocks; ///< the amount of rocks
};
/** Settings related to construction in-game */