diff --git a/src/engine/song.h b/src/engine/song.h index 2f5a4e72..7aabb005 100644 --- a/src/engine/song.h +++ b/src/engine/song.h @@ -201,6 +201,7 @@ struct DivSong { // compatibility flags bool limitSlides; // limit slide range + bool nonLinearSlides; // E5xx behavior control DivOrders orders; std::vector ins;