(svn r22768) -Add: progress bar updates for river building

This commit is contained in:
rubidium
2011-08-20 14:15:40 +00:00
parent 0041408e4f
commit 11a4e402c6
4 changed files with 10 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ struct GenWorldInfo {
enum GenWorldProgress {
GWP_MAP_INIT, ///< Initialize/allocate the map, start economy
GWP_LANDSCAPE, ///< Create the landscape
GWP_RIVER, ///< Create the rivers
GWP_ROUGH_ROCKY, ///< Make rough and rocky areas
GWP_TOWN, ///< Generate towns
GWP_INDUSTRY, ///< Generate industries