prepare for E5xx behavior flag

This commit is contained in:
tildearrow 2022-02-02 23:16:59 -05:00
parent ccfe3bdd97
commit e9f9cfd518

View file

@ -201,6 +201,7 @@ struct DivSong {
// compatibility flags // compatibility flags
bool limitSlides; // limit slide range bool limitSlides; // limit slide range
bool nonLinearSlides; // E5xx behavior control
DivOrders orders; DivOrders orders;
std::vector<DivInstrument*> ins; std::vector<DivInstrument*> ins;