prepare to add function to find sub-songs
for import
This commit is contained in:
parent
76417e6769
commit
ba3a7467c4
6 changed files with 21 additions and 0 deletions
|
|
@ -999,6 +999,9 @@ bool DivEngine::loadS3M(unsigned char* file, size_t len) {
|
|||
}
|
||||
}
|
||||
|
||||
// find subsongs
|
||||
ds.findSubSongs();
|
||||
|
||||
if (active) quitDispatch();
|
||||
BUSY_BEGIN_SOFT;
|
||||
saveLock.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue