diff --git a/src/engine/fileOpsIns.cpp b/src/engine/fileOpsIns.cpp index 4920308b..b83a6b48 100644 --- a/src/engine/fileOpsIns.cpp +++ b/src/engine/fileOpsIns.cpp @@ -1341,7 +1341,7 @@ void DivEngine::loadOPM(SafeReader& reader, std::vector& ret, St // At this point we know any other line would be associated with patch params if (newPatch == NULL) { newPatch = new DivInstrument; - newPatch->type = DIV_INS_FM; + newPatch->type = DIV_INS_OPM; newPatch->fm.ops = 4; }