summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.h b/src/genworld.h
index 535da923b..549fe4660 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -75,7 +75,7 @@ enum GenWorldProgress {
* Check if we are currently in the process of generating a world.
* @return are we generating world?
*/
-static inline bool IsGeneratingWorld()
+static inline bool HasModalProgress()
{
extern GenWorldInfo _gw;
return _gw.active;