diff --git a/include/dmusic.h b/include/dmusic.h index a15ce8d..8a327ab 100644 --- a/include/dmusic.h +++ b/include/dmusic.h @@ -272,7 +272,7 @@ typedef enum DmEmbellishmentType { DmEmbellishment_INTRO = 3, DmEmbellishment_BREAK = 4, DmEmbellishment_END = 5, - DmEmbellishment_END_AND_INTRO = 5, + DmEmbellishment_END_AND_INTRO = 6, } DmEmbellishmentType; DMAPI DmResult DmPerformance_create(DmPerformance** slf);