fix AddMines places mines that overlap other taps and hold heads (Disconnected Mobius expert)

This commit is contained in:
Chris Danford
2004-02-25 08:40:03 +00:00
parent 5cb9970c4e
commit 15e19d4885
3 changed files with 26 additions and 4 deletions
+1
View File
@@ -75,6 +75,7 @@ public:
void CopyAll( const NoteData* pFrom );
bool IsRowEmpty( int index ) const;
bool IsRangeEmpty( int track, int iIndexBegin, int iIndexEnd ) const;
int GetNumTapNonEmptyTracks( int index ) const;
int GetFirstNonEmptyTrack( int index ) const;
int GetNumTracksWithTap( int index ) const;