Skip to content

Commit ae42367

Browse files
committed
Removed progress dialog which appears when loading plugins
1 parent b5472a4 commit ae42367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/xml_load_world.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ POSITION lpos;
609609

610610
CProgressDlg * pDlg = NULL;
611611

612+
#if IT_GET_GOATS_BLOOD_OUT
612613
if (iCount)
613614
{
614615
pDlg = new CProgressDlg;
@@ -618,6 +619,7 @@ POSITION lpos;
618619
pDlg->SetStep (1);
619620
pDlg->SetWindowText (Translate ("Loading plugins ..."));
620621
}
622+
#endif
621623

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

0 commit comments

Comments
 (0)