Skip to content

Commit

Permalink
Removed progress dialog which appears when loading plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jul 19, 2011
1 parent b5472a4 commit ae42367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xml/xml_load_world.cpp
Expand Up @@ -609,6 +609,7 @@ POSITION lpos;

CProgressDlg * pDlg = NULL;

#if IT_GET_GOATS_BLOOD_OUT
if (iCount)
{
pDlg = new CProgressDlg;
Expand All @@ -618,6 +619,7 @@ POSITION lpos;
pDlg->SetStep (1);
pDlg->SetWindowText (Translate ("Loading plugins ..."));
}
#endif

// see if we have "include" tag(s)

Expand Down

0 comments on commit ae42367

Please sign in to comment.