This commit is contained in:
Glenn Maynard
2004-12-06 05:25:00 +00:00
parent 26d07ff58c
commit 7e2adc093a
+1 -1
View File
@@ -356,7 +356,7 @@ void PlayerMinus::Update( float fDeltaTime )
float fLife = m_NoteData.GetHoldNoteLife(hn);
// If the song beat is in the range of this hold:
if( hn.iStartRow <= iSongRow && iSongRow <= hn.iEndRow )
if( hn.RowIsInRange(iSongRow) )
{
bool bIsHoldingButton = INPUTMAPPER->IsButtonDown( GameI );