not needed anymore
This commit is contained in:
@@ -429,9 +429,9 @@ int main(int argc, char* argv[])
|
|||||||
* Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */
|
* Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */
|
||||||
LOG = new RageLog();
|
LOG = new RageLog();
|
||||||
|
|
||||||
#ifdef DEBUG
|
//#ifdef DEBUG
|
||||||
LOG->ShowConsole();
|
LOG->ShowConsole();
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
/* Whew--we should be able to crash safely now! */
|
/* Whew--we should be able to crash safely now! */
|
||||||
|
|
||||||
@@ -475,9 +475,6 @@ 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: */
|
||||||
|
|||||||
Reference in New Issue
Block a user