The big NULL replacement party part 4.

...okay, not as big of a commit.
This commit is contained in:
Jason Felds
2013-05-03 23:24:23 -04:00
parent a3f37dc2b4
commit 328c41eec0
8 changed files with 154 additions and 154 deletions
+1 -1
View File
@@ -757,7 +757,7 @@ void Sprite::SetSecondsIntoAnimation( float fSeconds )
RString Sprite::GetTexturePath() const
{
if( m_pTexture==NULL )
if( m_pTexture== nullptr )
return RString();
return m_pTexture->GetID().filename;