(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:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user