The big NULL replacement party part 4.
...okay, not as big of a commit.
This commit is contained in:
+1
-1
@@ -799,7 +799,7 @@ void Player::Update( float fDeltaTime )
|
||||
|
||||
//LOG->Trace( "Player::Update(%f)", fDeltaTime );
|
||||
|
||||
if( GAMESTATE->m_pCurSong==NULL || IsOniDead() )
|
||||
if( GAMESTATE->m_pCurSong== nullptr || IsOniDead() )
|
||||
return;
|
||||
|
||||
ActorFrame::Update( fDeltaTime );
|
||||
|
||||
Reference in New Issue
Block a user