From 1b468febfb4d144be432588619a0e90d52010d5a Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sat, 3 Jun 2017 00:19:29 -0400 Subject: [PATCH] don't destroy loading window in stepmania.cpp (will be destroyed immediately after songload instead) --- src/StepMania.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index bb15ff4ac2..62499d4267 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1171,8 +1171,6 @@ int sm_main(int argc, char* argv[]) FILTERMAN = new FilterManager; - SAFE_DELETE( pLoadingWindow ); // destroy this before init'ing Display - /* If the user has tried to quit during the loading, do it before creating * the main window. This prevents going to full screen just to quit. */ if( ArchHooks::UserQuit() )