summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
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 4814e7d8b..267335423 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -65,6 +65,7 @@ enum GenWorldProgress {
GWP_TREE, ///< Generate trees
GWP_GAME_INIT, ///< Initialize the game
GWP_RUNTILELOOP, ///< Runs the tile loop 1280 times to make snow etc
+ GWP_RUNSCRIPT, ///< Runs the game script at most 2500 times, or when ever the script sleeps
GWP_GAME_START, ///< Really prepare to start the game
GWP_CLASS_COUNT
};