Fix comment. Only 5 numbers.

This commit is contained in:
Steve Checkoway
2006-09-16 02:26:14 +00:00
parent bdcdba3811
commit 2cf71907ee
+1 -1
View File
@@ -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