(svn r22786) -Codechange: rename genworld mutices to model_progress mutices
This commit is contained in:
@@ -101,8 +101,8 @@ void StartNewGameWithoutGUI(uint seed);
|
||||
void ShowCreateScenario();
|
||||
void StartScenarioEditor();
|
||||
|
||||
extern class ThreadMutex *_genworld_mapgen_mutex;
|
||||
extern class ThreadMutex *_genworld_paint_mutex;
|
||||
extern class ThreadMutex *_modal_progress_work_mutex;
|
||||
extern class ThreadMutex *_modal_progress_paint_mutex;
|
||||
extern bool _generating_world;
|
||||
|
||||
#endif /* GENWORLD_H */
|
||||
|
Reference in New Issue
Block a user