prepare for E5xx behavior flag

This commit is contained in:
tildearrow 2022-02-02 23:16:59 -05:00
parent ccfe3bdd97
commit e9f9cfd518
1 changed files with 1 additions and 0 deletions

View File

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