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

This commit is contained in:
Chris Danford
2004-08-07 21:35:25 +00:00
parent 2dab376f9b
commit a63d657454
-1
View File
@@ -44,7 +44,6 @@ void RageException::Throw(const char *fmt, ...)
}
#if defined(_WINDOWS) && defined(DEBUG)
MessageBox( NULL, error, "Fatal Error", MB_OK );
DebugBreak();
#endif