diff --git a/src/engine/instrument.cpp b/src/engine/instrument.cpp index d30e1fb9c..433e288fa 100644 --- a/src/engine/instrument.cpp +++ b/src/engine/instrument.cpp @@ -206,7 +206,8 @@ bool DivInstrumentSNES::operator==(const DivInstrumentSNES& other) { _C(a) && _C(d) && _C(s) && - _C(r) + _C(r) && + _C(d2) ); }