replace GetFileModTime with GetFileHash

This commit is contained in:
Glenn Maynard
2003-12-10 07:07:42 +00:00
parent 2cbabe8dcf
commit cdb4dbc03b
9 changed files with 43 additions and 75 deletions
+2 -2
View File
@@ -115,9 +115,9 @@ int RageFileDriver::GetFileSizeInBytes( const CString &sPath )
return FDB->GetFileSize( sPath );
}
int RageFileDriver::GetFileModTime( const CString &sPath )
int RageFileDriver::GetFileHash( const CString &sPath )
{
return FDB->GetFileModTime( sPath );
return FDB->GetFileHash( sPath );
}
void RageFileDriver::FlushDirCache( const CString &sPath )