Skip to content

Commit

Permalink
don't destroy loading window in stepmania.cpp (will be destroyed imme…
Browse files Browse the repository at this point in the history
…diately after songload instead)
  • Loading branch information
MinaciousGrace committed Jun 3, 2017
1 parent 6ecc70b commit 1b468fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/StepMania.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() )
Expand Down

0 comments on commit 1b468fe

Please sign in to comment.