diff options
Diffstat (limited to 'src/genworld.h')
-rw-r--r-- | src/genworld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld.h b/src/genworld.h index af8965caf..535da923b 100644 --- a/src/genworld.h +++ b/src/genworld.h @@ -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 |