From 201b1b1f22a33b0aafce1a9c54806f22b2bd1e20 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 14 Jun 2004 00:48:50 +0000 Subject: [PATCH] fix error --- stepmania/src/StepMania.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 97f9f123fd..b89e042937 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1029,10 +1029,7 @@ int main(int argc, char* argv[]) /* This requires PREFSMAN, for PREFSMAN->m_bShowLoadingWindow. */ LoadingWindow *loading_window = MakeLoadingWindow(); if( loading_window == NULL ) - { - LOG->Trace("Couldn't open any loading windows."); - exit(1); - } + RageException::Throw( "Couldn't open any loading windows." ); loading_window->Paint();