diff --git a/stepmania/src/RageFile.h b/stepmania/src/RageFile.h index bb79a10836..365e2fe47c 100644 --- a/stepmania/src/RageFile.h +++ b/stepmania/src/RageFile.h @@ -69,7 +69,7 @@ public: int PutLine( const CString &str ); void EnableCRC32( bool on=true ); - bool GetCRC32( unsigned *iRet ); + bool GetCRC32( uint32_t *iRet ); protected: void SetError( const CString &err );