(svn r22786) -Codechange: rename genworld mutices to model_progress mutices

This commit is contained in:
rubidium
2011-08-21 12:47:24 +00:00
parent 727580274b
commit 176d0b9f4a
5 changed files with 25 additions and 25 deletions

View File

@@ -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 */