(svn r23611) -Add: run the begin of the script already while generating, and don't sleep on DoCommand while doing so

This commit is contained in:
truebrain
2011-12-19 20:56:50 +00:00
parent cbe43abe5d
commit 83f2785f54
7 changed files with 30 additions and 4 deletions

View File

@@ -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
};