1
0
Fork 0
forked from len0rd/rockbox

Changed prototype of playtune

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-10 07:58:04 +00:00
parent 6229aa2e6f
commit d044f5575f
3 changed files with 8 additions and 7 deletions

View file

@ -310,7 +310,7 @@ bool dirbrowse(char *root)
else {
playing = 1;
playtune(currdir, dircacheptr[dircursor+start]->name);
playtune(buf);
playing = 0;
#ifdef HAVE_LCD_BITMAP
lcd_setmargins(0, MARGIN_Y);