Hopefully fix the issues with the settings menu not showing up correctly.

This commit is contained in:
reldred
2021-03-24 20:37:57 +10:30
parent 7c6d73abfa
commit 59631c1899
3 changed files with 4 additions and 3 deletions

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
byte amount_of_rocks; ///< the amoutn of rocks
uint8 amount_of_rocks; ///< the amoutn of rocks
};
/** Settings related to construction in-game */