Replace SAFE_DELETE / SAFE_DELETE_ARRAY macros
SAFE_DELETE -> RageUtil::SafeDelete SAFE_DELETE_ARRAY -> RageUtil::SafeDeleteArray Update JsonUtil.h to include RageUtil.h - MSVC doesn't need it included for some reason, but GCC and XCode does.
This commit is contained in:
@@ -72,7 +72,7 @@ void RageSoundManager::low_sample_count_workaround()
|
||||
*/
|
||||
void RageSoundManager::Shutdown()
|
||||
{
|
||||
SAFE_DELETE( m_pDriver );
|
||||
RageUtil::SafeDelete( m_pDriver );
|
||||
}
|
||||
|
||||
void RageSoundManager::StartMixing( RageSoundBase *pSound )
|
||||
|
||||
Reference in New Issue
Block a user