summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-20 14:15:40 +0000
committerrubidium <rubidium@openttd.org>2011-08-20 14:15:40 +0000
commit11a4e402c60c07b734e74db8e4bf7b18c7267d7a (patch)
tree8440e2257dd75babf9ec121136ea0eeced53ddfc /src/genworld.h
parent0041408e4fa59b0639bfbd475314421c343a3ce8 (diff)
downloadopenttd-11a4e402c60c07b734e74db8e4bf7b18c7267d7a.tar.xz
(svn r22768) -Add: progress bar updates for river building
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h1
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