From 42a2098c518bcc2c1143cc4932cb0fc987a1d603 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jun 2003 00:58:46 +0000 Subject: [PATCH] not needed anymore --- stepmania/src/StepMania.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index b94ebce6b2..a443b57820 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -429,9 +429,9 @@ int main(int argc, char* argv[]) * Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */ LOG = new RageLog(); -#ifdef DEBUG +//#ifdef DEBUG LOG->ShowConsole(); -#endif +//#endif /* Whew--we should be able to crash safely now! */ @@ -475,9 +475,6 @@ 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: */