fix error

This commit is contained in:
Glenn Maynard
2004-06-14 00:48:50 +00:00
parent 0c055d5ea4
commit 201b1b1f22
+1 -4
View File
@@ -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();