From a63d6574544fe8bdb00c1a0b3f7fc66c44e74050 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 7 Aug 2004 21:35:25 +0000 Subject: [PATCH] don't show a message box inside of throwing an exception. Instead, break into the debugger immediatly so that the movie semaphore doesn't timeout and throw its own exception --- stepmania/src/RageException.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageException.cpp b/stepmania/src/RageException.cpp index cd0b9b5992..fdb894c281 100644 --- a/stepmania/src/RageException.cpp +++ b/stepmania/src/RageException.cpp @@ -44,7 +44,6 @@ void RageException::Throw(const char *fmt, ...) } #if defined(_WINDOWS) && defined(DEBUG) - MessageBox( NULL, error, "Fatal Error", MB_OK ); DebugBreak(); #endif