From a1b7812c7e5e7a25a9eb51fd397b19606451f8e6 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 6 Jun 2018 20:58:06 +0200 Subject: Change: Improved looping of title song --- src/base_media_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base_media_base.h') diff --git a/src/base_media_base.h b/src/base_media_base.h index 2974db5cb..891ce4fb9 100644 --- a/src/base_media_base.h +++ b/src/base_media_base.h @@ -301,6 +301,7 @@ struct MusicSongInfo { const char *filename; ///< file on disk containing song (when used in MusicSet class, this pointer is owned by MD5File object for the file) MusicTrackType filetype; ///< decoder required for song file int cat_index; ///< entry index in CAT file, for filetype==MTT_MPSMIDI + bool loop; ///< song should play in a tight loop if possible, never ending int override_start; ///< MIDI ticks to skip over in beginning int override_end; ///< MIDI tick to end the song at (0 if no override) }; -- cgit v1.2.3-70-g09d2