summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index fbc85a53..5e90f422 100644
--- a/playlist.c
+++ b/playlist.c
@@ -50,6 +50,8 @@
playItem_t *playlist_head[PL_MAX_ITERATORS];
playItem_t *playlist_tail[PL_MAX_ITERATORS];
+int playlist_current_row[PL_MAX_ITERATORS];
+
playItem_t *playlist_current_ptr;
int pl_count = 0;
float pl_totaltime = 0;