From 8142decec5ebc2cf008f0797578020e9e90b6254 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Nov 2005 02:21:41 +0000 Subject: [PATCH] fix search/replace --- stepmania/src/StepMania.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.h b/stepmania/src/StepMania.h index cfe6c22557..832eb73dc2 100644 --- a/stepmania/src/StepMania.h +++ b/stepmania/src/StepMania.h @@ -16,7 +16,7 @@ void ChangeCurrentGame( const Game* g ); void FocusChanged( bool bHasFocus ); bool AppHasFocus(); -// If successful, return filename of screenshot in sDir, else return CString() +// If successful, return filename of screenshot in sDir, else return "" CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature, int iIndex = -1 ); void InsertCoin( int iNum = 1, const RageTimer *pTime = NULL );