diff --git a/stepmania/src/Crash.h b/stepmania/src/Crash.h index 60ddf96f2f..91c02a06db 100644 --- a/stepmania/src/Crash.h +++ b/stepmania/src/Crash.h @@ -54,7 +54,8 @@ extern long __stdcall CrashHandler(struct _EXCEPTION_POINTERS *ExceptionInfo); void CrashLog(const char *str); -/* Exactly as advertised. */ +/* Exactly as advertised. (This will bring up the crash handler even + * in the debugger.) */ void crash(); #endif