mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
(svn r22789) -Codechange: rename generation window class to modal progress
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user