From 3b2e02d5fef63040476a864df4617b9b6c2d0ddd Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 23 Feb 2007 10:12:56 +0000 Subject: [PATCH] Error() reinits the Dialog. Shut it down afterward. --- stepmania/src/StepMania.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 0d2539e113..2b9ad341ae 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -295,6 +295,7 @@ static void HandleException( const RString &sError ) /* Throw up a pretty error dialog. */ Dialog::Error( sError ); + Dialog::Shutdown(); // Shut it back down. } void StepMania::ResetGame()