From 388fb41404be6f66e335b4bdff44d3c81618fc0e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 30 Nov 2004 09:28:59 +0000 Subject: [PATCH] fix comment --- stepmania/src/StepMania.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 34c976c964..993e5a81ba 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1196,9 +1196,7 @@ int main(int argc, char* argv[]) } catch( const exception &e ) { - /* 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. */ + /* This can be things like calling std::string::reserve(-1), or out of memory. */ FAIL_M( e.what() ); } #endif