(svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists

pull/155/head
rubidium 15 years ago
parent 46e9043b14
commit 2d1827dfa6

@ -35,15 +35,15 @@ static byte _playlist_all[] = {
};
static byte _playlist_old_style[] = {
1, 8, 2, 9, 14, 15, 19, 13, 0
2, 9, 3, 10, 15, 16, 20, 14, 0
};
static byte _playlist_new_style[] = {
6, 11, 10, 17, 21, 18, 5, 0
7, 12, 11, 18, 22, 19, 6, 0
};
static byte _playlist_ezy_street[] = {
12, 7, 16, 3, 20, 4, 0
13, 8, 17, 4, 21, 5, 0
};
static byte * const _playlists[] = {

Loading…
Cancel
Save