From bc34bcb347c77fe564699ebf1f8751878c3d2ef2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 13 Mar 2004 10:22:03 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 36bacd4c15..8359405336 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1072,8 +1072,7 @@ int main(int argc, char* argv[]) /* This can be things like calling std::string::reserve(-1), or out of memory. * This can also happen if we throw a RageException during a ctor, in which case * we want a crash dump. */ - CHECKPOINT_M( e.what() ); - *(char*)0=0; /* crash */ + FAIL_M( e.what() ); } #endif