Progress text for banner loading.

This commit is contained in:
Glenn Maynard
2003-06-11 00:23:24 +00:00
parent 0633dba763
commit b9100c93f7
+4
View File
@@ -470,7 +470,11 @@ int main(int argc, char* argv[])
INPUTMAPPER = new InputMapper;
INPUTQUEUE = new InputQueue;
SONGINDEX = new SongCacheIndex;
loading_window->SetText("Loading banners ...");
loading_window->Paint();
BANNERCACHE = new BannerCache;
/* depends on SONGINDEX: */
SONGMAN = new SongManager( loading_window ); // this takes a long time to load
delete loading_window; // destroy this before init'ing Display