From aac313fdd31e0880496149e10f834c5f89b71a83 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 31 Dec 2005 00:48:59 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e6cdf3e7d6..609ef0d541 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -917,7 +917,7 @@ int main(int argc, char* argv[]) FILEMAN->MountInitialFilesystems(); /* Set this up next. Do this early, since it's needed for RageException::Throw. */ - LOG = new RageLog(); + LOG = new RageLog; /* Whew--we should be able to crash safely now! */