summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:49:14 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:49:14 +0000
commite99aec39ef3a4c5f92cbfe6f40442499c836731e (patch)
treee1168cfbec3e450d7cc7bab39b6d7b1779c16670 /src/genworld.cpp
parent421053a694273c9ea56089316b944769157cfba2 (diff)
downloadopenttd-e99aec39ef3a4c5f92cbfe6f40442499c836731e.tar.xz
(svn r22789) -Codechange: rename generation window class to modal progress
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index d4f2746fb..151abc2b9 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -83,7 +83,7 @@ static void CleanupGeneration()
_gw.abortp = NULL;
_gw.threaded = false;
- DeleteWindowById(WC_GENERATE_PROGRESS_WINDOW, 0);
+ DeleteWindowById(WC_MODAL_PROGRESS, 0);
MarkWholeScreenDirty();
}