Progress text for banner loading.
This commit is contained in:
@@ -470,7 +470,11 @@ int main(int argc, char* argv[])
|
|||||||
INPUTMAPPER = new InputMapper;
|
INPUTMAPPER = new InputMapper;
|
||||||
INPUTQUEUE = new InputQueue;
|
INPUTQUEUE = new InputQueue;
|
||||||
SONGINDEX = new SongCacheIndex;
|
SONGINDEX = new SongCacheIndex;
|
||||||
|
|
||||||
|
loading_window->SetText("Loading banners ...");
|
||||||
|
loading_window->Paint();
|
||||||
BANNERCACHE = new BannerCache;
|
BANNERCACHE = new BannerCache;
|
||||||
|
|
||||||
/* depends on SONGINDEX: */
|
/* depends on SONGINDEX: */
|
||||||
SONGMAN = new SongManager( loading_window ); // this takes a long time to load
|
SONGMAN = new SongManager( loading_window ); // this takes a long time to load
|
||||||
delete loading_window; // destroy this before init'ing Display
|
delete loading_window; // destroy this before init'ing Display
|
||||||
|
|||||||
Reference in New Issue
Block a user