not an oopsie

This commit is contained in:
tildearrow 2022-01-10 03:35:29 -05:00
parent b4cd93886b
commit c36d19f495
1 changed files with 0 additions and 6 deletions

View File

@ -517,12 +517,6 @@ bool DivEngine::loadDMF(unsigned char* file, size_t len) {
}
if (ins->mode) { // FM
if (!isFMSystem(ds.system[0])) {
logE("FM instrument in non-FM system. oopsie?\n");
lastError="FM instrument in non-FM system";
delete[] file;
return false;
}
ins->fm.alg=reader.readC();
if (ds.version<0x13) {
reader.readC();