fix warning

This commit is contained in:
Glenn Maynard
2005-04-26 20:21:13 +00:00
parent 12185dfd0d
commit d233040ce1
+1 -1
View File
@@ -406,7 +406,7 @@ void Player::Update( float fDeltaTime )
const TapNoteScore tns = tn.result.tns;
const bool bSteppedOnTapNote = tns != TNS_NONE && tns != TNS_MISS; // did they step on the start of this hold?
bool bIsHoldingButton;
bool bIsHoldingButton = false;
if( m_pPlayerState->m_PlayerController != PC_HUMAN )
{
// TODO: Make the CPU miss sometimes.