From 37415b9cf7edaae66ca1fb35665894b9f9241127 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 21 Aug 2011 12:46:46 +0000 Subject: (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress --- src/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index 300a33ecf..c468e6192 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -1554,7 +1554,7 @@ void DrawDirtyBlocks() int x; int y; - if (IsGeneratingWorld()) { + if (HasModalProgress()) { /* We are generating the world, so release our rights to the map and * painting while we are waiting a bit. */ _genworld_paint_mutex->EndCritical(); -- cgit v1.2.3-54-g00ecf