(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user