mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
not an oopsie
This commit is contained in:
parent
b4cd93886b
commit
c36d19f495
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue