fix search/replace

This commit is contained in:
Glenn Maynard
2005-11-23 02:21:41 +00:00
parent 8ab03a1f7d
commit 8142decec5
+1 -1
View File
@@ -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 );