gui/movieplayer.cpp: try to fix 'always seek to 0'

This commit is contained in:
[CST] Focus
2014-10-01 16:06:52 +04:00
parent b852496603
commit 67db470798

View File

@@ -377,7 +377,7 @@ void CMoviePlayerGui::Cleanup()
vpid = 0; vpid = 0;
vtype = 0; vtype = 0;
startposition = 0; startposition = -1;
is_file_player = false; is_file_player = false;
p_movie_info = NULL; p_movie_info = NULL;
autoshot_done = false; autoshot_done = false;