From cd8deb590c46ee3d09a10168febf608f3995e0e4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 16 Mar 2024 23:20:01 -0500 Subject: [PATCH] you will not --- src/engine/fileOps/ftm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fileOps/ftm.cpp b/src/engine/fileOps/ftm.cpp index 662f93cfe..ac8a2240f 100644 --- a/src/engine/fileOps/ftm.cpp +++ b/src/engine/fileOps/ftm.cpp @@ -341,7 +341,7 @@ void copyMacro(DivInstrument* ins, DivInstrumentMacro* from, int macro_type, int } if ((DivMacroType)convertMacrosN163[macro_type] == DIV_MACRO_WAVE && ins->type == DIV_INS_N163) { - to->val[i] |= (1 << 30); // referencing local wavetables! + // pfffff } if ((DivMacroType)convertMacrosN163[macro_type] == DIV_MACRO_PITCH && (ins->type == DIV_INS_N163 || ins->type == DIV_INS_C64)) {