diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index a05c556735..bab5499f18 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -506,7 +506,7 @@ unsigned int GetHashForDirectory( const CString &sDir ) { unsigned int hash = 0; - hash += GetHashForFile( sDir ); + hash += GetHashForString( sDir ); CStringArray arrayFiles; GetDirListing( sDir+"*", arrayFiles, false );