From 2cf71907ee1f2328e9caeb0669a460be55e39eba Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 16 Sep 2006 02:26:14 +0000 Subject: [PATCH] Fix comment. Only 5 numbers. --- 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 6c80188cd4..e88d5a0753 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1156,7 +1156,7 @@ RString StepMania::SaveScreenshot( RString sDir, bool bSaveCompressed, bool bMak GetDirListing( sDir + "screen*", files, false, false ); sort( files.begin(), files.end() ); - /* Files should be of the form "screen######.xxx". Ignore the extension; find + /* Files should be of the form "screen#####.xxx". Ignore the extension; find * the last file of this form, and use the next number. This way, we don't * write the same screenshot number for different formats (screen00011.bmp, * screen00011.jpg), and we always increase from the end, so if screen00003.jpg