From d34f92f53514b50bcde7b1a7dd772d158e024571 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jun 2003 00:58:59 +0000 Subject: [PATCH] oops. --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index a443b57820..2eda811d50 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -429,9 +429,9 @@ int main(int argc, char* argv[]) * Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */ LOG = new RageLog(); -//#ifdef DEBUG +#ifdef DEBUG LOG->ShowConsole(); -//#endif +#endif /* Whew--we should be able to crash safely now! */