From b9100c93f7886442fe6a5afde8ef9106f0315296 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 11 Jun 2003 00:23:24 +0000 Subject: [PATCH] Progress text for banner loading. --- stepmania/src/StepMania.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 3216e55604..9c622ecc09 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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