fix?
This commit is contained in:
parent
d79bad195a
commit
beca6bea00
|
@ -102,7 +102,7 @@ bool DivSubSong::walk(int& loopOrder, int& loopRow, int& loopEnd, int chans, int
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivSubSong::findLength(bool& hasFFxx, std::vector<int>& orders_vec, int& length, int loopOrder, int loopRow, int loopEnd, int chans, int jumpTreatment, int ignoreJumpAtEnd, int firstPat)
|
void DivSubSong::findLength(bool& hasFFxx, std::vector<int>& orders_vec, int& length, int& loopOrder, int& loopRow, int& loopEnd, int chans, int jumpTreatment, int ignoreJumpAtEnd, int firstPat)
|
||||||
{
|
{
|
||||||
length = 0;
|
length = 0;
|
||||||
hasFFxx = false;
|
hasFFxx = false;
|
||||||
|
|
|
@ -188,7 +188,7 @@ struct DivSubSong {
|
||||||
/**
|
/**
|
||||||
* find song length in rows (up to specified loop point). Also find length of every row
|
* find song length in rows (up to specified loop point). Also find length of every row
|
||||||
*/
|
*/
|
||||||
void findLength(bool& hasFFxx, std::vector<int>& orders, int& length, int loopOrder, int loopRow, int loopEnd, int chans, int jumpTreatment, int ignoreJumpAtEnd, int firstPat=0);
|
void findLength(bool& hasFFxx, std::vector<int>& orders, int& length, int& loopOrder, int& loopRow, int& loopEnd, int chans, int jumpTreatment, int ignoreJumpAtEnd, int firstPat=0);
|
||||||
|
|
||||||
void clearData();
|
void clearData();
|
||||||
void optimizePatterns();
|
void optimizePatterns();
|
||||||
|
|
Loading…
Reference in a new issue