remove GetTapNoteX

This commit is contained in:
Glenn Maynard
2004-10-25 03:16:40 +00:00
parent c55dfd354f
commit f63c57b5f4
4 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ static StepsType DetermineStepsType( int iPlayer, const NoteData &nd )
{
for( int r=0; r<=iLastRow; r++ )
{
if( nd.GetTapNoteX(t, r).type != TapNote::empty )
if( nd.GetTapNote(t, r).type != TapNote::empty )
{
bTrackHasNote[t] = true;
break;