gui/moviebrowser.cpp: change marked list to pointers; honor sort order

This commit is contained in:
[CST] Focus
2014-09-22 17:03:02 +04:00
parent 857b9ade83
commit 2003ed670d
5 changed files with 15 additions and 11 deletions

View File

@@ -115,7 +115,7 @@ class CMoviePlayerGui : public CMenuTarget
CMovieBrowser* moviebrowser;
MI_MOVIE_INFO * p_movie_info;
MI_MOVIE_INFO movie_info;
MI_MOVIE_LIST milist;
P_MI_MOVIE_LIST milist;
const static short MOVIE_HINT_BOX_TIMER = 5; // time to show bookmark hints in seconds
/* playback from file */