The big NULL replacement party part 5.

Right. ' = NULL' would get a lot of these.
This commit is contained in:
Jason Felds
2013-05-03 23:39:52 -04:00
parent 328c41eec0
commit 28e5148dec
233 changed files with 7448 additions and 7447 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ public:
WavReaderADPCM( RageFileBasic &f, const RageSoundReader_WAV::WavData &data ):
WavReader(f, data)
{
m_pBuffer = NULL;
m_pBuffer = nullptr;
}
virtual ~WavReaderADPCM()
@@ -605,7 +605,7 @@ int RageSoundReader_WAV::Read( float *pBuf, int iFrames )
RageSoundReader_WAV::RageSoundReader_WAV()
{
m_pImpl = NULL;
m_pImpl = nullptr;
}
RageSoundReader_WAV::~RageSoundReader_WAV()