summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:47:45 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:47:45 +0000
commita67cf6bae1ffdea7d5451160c8cfa0df691eb963 (patch)
tree37c445a511c07c62d14d90291fff0e4181867f87 /src/genworld.h
parent7b7869fba73a6f9923bb40ccbd7344255f890771 (diff)
downloadopenttd-a67cf6bae1ffdea7d5451160c8cfa0df691eb963.tar.xz
(svn r22787) -Codechange: rename genworld redraw constant
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/genworld.h b/src/genworld.h
index 95de2f81b..ed57d103d 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -22,8 +22,8 @@ enum LandscapeGenerator {
LG_TERRAGENESIS = 1, ///< TerraGenesis Perlin landscape generator
};
-static const uint GENERATE_NEW_SEED = UINT_MAX; ///< Create a new random seed
-static const uint GENWORLD_REDRAW_TIMEOUT = 200; ///< Timeout between redraws
+static const uint GENERATE_NEW_SEED = UINT_MAX; ///< Create a new random seed
+static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws
/** Modes for GenerateWorld */
enum GenWorldMode {