Fix crash alt+tabbing in and out of fullscreen on Voodoo3+D3D+WinXP.

This commit is contained in:
Chris Danford
2003-05-30 00:30:40 +00:00
parent 96239cb2d0
commit 2a85a2b9df
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -1007,7 +1007,7 @@ void NoteDataUtil::Wide( NoteData &in )
// make all all quarter notes jumps
int max_row = in.GetLastRow();
for( int i=0; i<=max_row; i+=ROWS_PER_BEAT )
for( int i=0; i<=max_row; i+=ROWS_PER_BEAT*2 ) // every even beat
{
if( in.GetNumTapNonEmptyTracks(i) != 1 )
continue; // skip. Don't place during holds