Error() reinits the Dialog. Shut it down afterward.

This commit is contained in:
Steve Checkoway
2007-02-23 10:12:56 +00:00
parent 41521eeb2e
commit 3b2e02d5fe
+1
View File
@@ -295,6 +295,7 @@ static void HandleException( const RString &sError )
/* Throw up a pretty error dialog. */ /* Throw up a pretty error dialog. */
Dialog::Error( sError ); Dialog::Error( sError );
Dialog::Shutdown(); // Shut it back down.
} }
void StepMania::ResetGame() void StepMania::ResetGame()