From e4585929aafe007eef18df9bc43ecc305d4c21fb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 21:16:53 +0000 Subject: [PATCH] clarification --- stepmania/src/Crash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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