CMoviePlayerGui: Initialize variables to paint subtitle

This commit is contained in:
Michael Liebmann
2013-12-20 19:49:48 +01:00
committed by M. Liebmann
parent 85b25750d5
commit 868574f50f

View File

@@ -141,6 +141,11 @@ void CMoviePlayerGui::Init(void)
timeshift = 0;
numpida = 0;
showStartingHint = false;
min_x = 0;
max_x = 0;
min_y = 0;
max_y = 0;
}
void CMoviePlayerGui::cutNeutrino()