summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:47:24 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:47:24 +0000
commit7b7869fba73a6f9923bb40ccbd7344255f890771 (patch)
tree6400d1090b67592b8e580b6e16be8ef4d13a0e68 /src/genworld.h
parent37415b9cf7edaae66ca1fb35665894b9f9241127 (diff)
downloadopenttd-7b7869fba73a6f9923bb40ccbd7344255f890771.tar.xz
(svn r22786) -Codechange: rename genworld mutices to model_progress mutices
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/genworld.h b/src/genworld.h
index 549fe4660..95de2f81b 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -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 */