warn when loading file with partial pitch linearit
This commit is contained in:
parent
96f0f7bd78
commit
4c57763473
1 changed files with 5 additions and 0 deletions
|
|
@ -2174,6 +2174,11 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
|
|||
}
|
||||
}
|
||||
|
||||
// warn on partial pitch linearity
|
||||
if (ds.linearPitch==1) {
|
||||
addWarning("this song uses partial pitch linearity, which will be removed soon. please migrate to full or none by going to Compatibility Flags and then adjusting your song afterwards.");
|
||||
}
|
||||
|
||||
if (active) quitDispatch();
|
||||
BUSY_BEGIN_SOFT;
|
||||
saveLock.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue