diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index e149c09c5e..a6b114bfdf 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -717,7 +717,7 @@ void FlushDirCache() unsigned int GetHashForFile( const CString &sPath ) { - return GetHashForString( sPath ) + FILEMAN->GetFileHash( sPath ); + return FILEMAN->GetFileHash( sPath ); } unsigned int GetHashForDirectory( const CString &sDir )