From f9b18c7a64aa76210c9bfcf318400c7b7cdf69b9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 May 2005 20:43:06 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 3c7af116b0..8e8e834906 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1235,10 +1235,9 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature, } // - // Save the screenshot + // Save the screenshot. If writing lossy to a memcard, use SAVE_LOSSY_LOW_QUAL, so we + // don't eat up lots of space. // - /* If writing lossy to a memcard, use SAVE_LOSSY_LOW_QUAL, so we don't eat up - * lots of space with screenshots. */ RageDisplay::GraphicsFileFormat fmt; if( bSaveCompressed && MEMCARDMAN->PathIsMemCard(sDir) ) fmt = RageDisplay::SAVE_LOSSY_LOW_QUAL;