DivSongTimestamps, part 8
now remove walkSong()
This commit is contained in:
parent
a49306b4bd
commit
cb220d41ec
10 changed files with 25 additions and 45 deletions
|
|
@ -1252,10 +1252,9 @@ SafeWriter* DivEngine::saveCommand(DivCSProgress* progress, DivCSOptions options
|
|||
setOrder(0);
|
||||
BUSY_BEGIN_SOFT;
|
||||
// determine loop point
|
||||
int loopOrder=0;
|
||||
int loopRow=0;
|
||||
int loopEnd=0;
|
||||
walkSong(loopOrder,loopRow,loopEnd);
|
||||
calcSongTimestamps();
|
||||
int loopOrder=curSubSong->ts.loopStart.order;
|
||||
int loopRow=curSubSong->ts.loopStart.row;
|
||||
logI("loop point: %d %d",loopOrder,loopRow);
|
||||
|
||||
int cmdPopularity[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue