DivSongTimestamps, part 8
now remove walkSong()
This commit is contained in:
parent
a49306b4bd
commit
cb220d41ec
10 changed files with 25 additions and 45 deletions
|
|
@ -55,10 +55,9 @@ void DivExportAmigaValidation::run() {
|
|||
EXTERN_BUSY_BEGIN_SOFT;
|
||||
|
||||
// determine loop point
|
||||
int loopOrder=0;
|
||||
int loopRow=0;
|
||||
int loopEnd=0;
|
||||
e->walkSong(loopOrder,loopRow,loopEnd);
|
||||
e->calcSongTimestamps();
|
||||
int loopOrder=e->curSubSong->ts.loopStart.order;
|
||||
int loopRow=e->curSubSong->ts.loopStart.row;
|
||||
|
||||
e->curOrder=0;
|
||||
e->freelance=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue