change inst id

This commit is contained in:
LTVA1 2024-08-19 07:16:40 +03:00
parent 51440ce15c
commit f6878d100a

View file

@ -94,7 +94,7 @@ enum DivInstrumentType: unsigned short {
DIV_INS_GBA_MINMOD=61,
DIV_INS_BIFURCATOR=62,
DIV_INS_SID2=63, // coincidence!
DIV_INS_SID3=64,
DIV_INS_SID3=66,
DIV_INS_MAX,
DIV_INS_NULL
};