Old missed commit, remove blank lines.

This commit is contained in:
Steve Checkoway
2009-09-13 10:29:38 +00:00
parent 1079f21b3a
commit ac6052d737
-3
View File
@@ -754,9 +754,6 @@ void Player::Update( float fDeltaTime )
if( bIsHoldingButton && !GAMESTATE->m_bDemonstrationOrJukebox && m_pPlayerState->m_PlayerController==PC_HUMAN ) if( bIsHoldingButton && !GAMESTATE->m_bDemonstrationOrJukebox && m_pPlayerState->m_PlayerController==PC_HUMAN )
if( m_pNoteField ) if( m_pNoteField )
m_pNoteField->SetPressed( col ); m_pNoteField->SetPressed( col );
} }