This commit is contained in:
Glenn Maynard
2004-12-13 04:04:11 +00:00
parent 328ddf6b2e
commit 1fdbf55723
+1 -1
View File
@@ -103,7 +103,7 @@ void RageFile::EnableCRC32( bool on )
m_File->EnableCRC32( on );
}
bool RageFile::GetCRC32( unsigned *iRet )
bool RageFile::GetCRC32( uint32_t *iRet )
{
ASSERT_OPEN;
return m_File->GetCRC32( iRet );